<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hogem</author_name>
  <author_url>https://blog.hatena.ne.jp/hogem/</author_url>
  <blog_title>うまいぼうぶろぐ</blog_title>
  <blog_url>https://hogem.hatenablog.com/</blog_url>
  <categories>
    <anon>linux</anon>
    <anon>grep</anon>
  </categories>
  <description>別にgrepじゃなくてもいいけども。 最近カテゴリが適当すぎると思うけど気にしない。 . : 任意の一文字 * : 直前の正規表現の0回以上の繰り返し '.*' - 任意の文字列 ^ : 行頭 $ : 行末 '^$'ってやると空行(改行のみの行)がマッチ [ ] : [ ]内の文字のどれか '[a-z]'みたいに範囲指定もできる [^ ] : [ ]内の^以降の文字以外 '[^a-z]'とすると英小文字以外に この辺りまではまぁ覚えてるので大丈夫。 ? : 直前の正規表現が0回か1回 + : 直前の正規表現の1回以上の繰り返し {n} : 直前の正規表現のn回繰り返し {n,m} : 直前の正…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhogem.hatenablog.com%2Fentry%2F20060507%2F1146996850&quot; title=&quot;grepでの正規表現の使い方memo - うまいぼうぶろぐ&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>2006-05-07 19:14:10</published>
  <title>grepでの正規表現の使い方memo</title>
  <type>rich</type>
  <url>https://hogem.hatenablog.com/entry/20060507/1146996850</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
