<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sironekotoro</author_name>
  <author_url>https://blog.hatena.ne.jp/sironekotoro/</author_url>
  <blog_title>sironekotoroの日記</blog_title>
  <blog_url>https://sironekotoro.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>おなじみ正規表現 とはいえ、全くしらなかったのがこれ use 5.012; use warnings; use utf8; binmode STDOUT, ':encoding(UTF-8)'; while(&lt;DATA&gt;){ chomp; say $_ if /\d/; } __DATA__ 1 2 3 ０ #全角のゼロ なんと、これ実行すると「０」も表示される。 まさか、全角の数字まで \d 文字クラスの数字にマッチするとは・・・ ただし、 utf-8 プラグマ利用時 これは、Unicodeの文字プロパティを使った文字クラスになるため。 /\d/a とすることで、半角数字にマッチ、とする事が…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsironekotoro.hateblo.jp%2Fentry%2F2016%2F03%2F05%2F154234&quot; title=&quot;かんたんPerl 第11章 正規表現 - sironekotoroの日記&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>2016-03-05 15:42:34</published>
  <title>かんたんPerl 第11章 正規表現</title>
  <type>rich</type>
  <url>https://sironekotoro.hateblo.jp/entry/2016/03/05/154234</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
