<?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>いきなりsplitと正規表現の使い方でおぉ、となる my @number = split (/\D+/, '31 and 41, 592 and 653'); print join (',' , @number); #31,41,592,653 なるほど、正規表現の\D+、つまり数字以外を区切り文字にする訳か。なるほど。 つまり次の一文で'300yen'や'168cm'、それに'58kg'のような文字列を探せる訳です。 my @found = grep (/\D+[a-z]+/ , @word); 夢広がるなぁ。 Perlの * は何でもマッチではない 直前の１文字が対象になる。 コマンドライ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsironekotoro.hateblo.jp%2Fentry%2F2013%2F12%2F21%2F182551&quot; title=&quot;Perl言語プログラミングレッスン[入門編] 第７章 - 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>2013-12-21 18:25:51</published>
  <title>Perl言語プログラミングレッスン[入門編] 第７章</title>
  <type>rich</type>
  <url>https://sironekotoro.hateblo.jp/entry/2013/12/21/182551</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
