<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>deloreanmc12</author_name>
  <author_url>https://blog.hatena.ne.jp/deloreanmc12/</author_url>
  <blog_title>3流プログラマのメモ書き</blog_title>
  <blog_url>https://3ryupg.hatenablog.com/</blog_url>
  <categories>
    <anon>豆知識</anon>
  </categories>
  <description>ログファイル等で、任意の文字を含まない行を抽出する必要があります。 例えば、「正常」が入っている行は削除し、それ以外の行を知りたい場合です。 その場合、正規表現を使った検索/置換ができるテキストエディタがあれば容易に抽出ができます。 検索に以下のように指定し、置換文字列をなしにすればOKです。 ^.*正常.*\n 参考： 正規表現サンプル(ある文字が含まれる行を削除する)</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F3ryupg.hatenablog.com%2Fentry%2F2014%2F02%2F09%2F003900&quot; title=&quot;(正規表現)任意の文字が含まれる行を削除する方法 - 3流プログラマのメモ書き&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-02-09 00:39:00</published>
  <title>(正規表現)任意の文字が含まれる行を削除する方法</title>
  <type>rich</type>
  <url>https://3ryupg.hatenablog.com/entry/2014/02/09/003900</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
