<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dayflower</author_name>
  <author_url>https://blog.hatena.ne.jp/dayflower/</author_url>
  <blog_title>daily dayflower</blog_title>
  <blog_url>https://dayflower.hatenablog.com/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>Perl 5 以降で使われる正規表現（いわゆる perlre）は，標準的な正規表現とくらべて拡張されています。昔むか〜し（Perl 4 を使っていた頃）は，可搬性が低くなるので個人的に拡張正規表現は使っていなかったのですが，今は便利なだけではなく可読性が高まるので躊躇せず使っています。 指定回数マッチの {数字} 標準正規表現で '12345' =~ m/^\d\d\d\d\d$/と書くところ， '12345' =~ m/^\d{5}$/ のように書けます。\d{3,5} と書くと，3回〜5回の最長マッチ，\d{,5} と書くと5回以下のマッチ，\d{3,} と書くと3回以上の最長マッチを行い…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdayflower.hatenablog.com%2Fentry%2F20060614%2F1150253476&quot; title=&quot; perlre - daily dayflower&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-06-14 11:51:16</published>
  <title> perlre</title>
  <type>rich</type>
  <url>https://dayflower.hatenablog.com/entry/20060614/1150253476</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
