<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chaichanPaPa</author_name>
  <author_url>https://blog.hatena.ne.jp/chaichanPaPa/</author_url>
  <blog_title>旧燈明日記</blog_title>
  <blog_url>https://chaipa.hateblo.jp/</blog_url>
  <categories>
    <anon>Perlノート</anon>
  </categories>
  <description>文字列内を任意の正規表現でマッチさせ、そのマッチした文字列を配列に入れることができます。 サンプルソース（str2array.pl） use strict; use warnings; $_ = '123abc567x8y9z0'; my @wk1 = /[0-9]+/g; print '対象文字列 ', $_, &quot;\n&quot;; print '抽出正規表現 ', '[0-9]+', , &quot;\n&quot;; print $wk1[0], &quot;\n&quot;; print $wk1[1], &quot;\n&quot;; print $wk1[2], &quot;\n&quot;; print $wk1[3], &quot;\n&quot;; print $wk1[4], &quot;\…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaipa.hateblo.jp%2Fentry%2F20080427%2F1209252355&quot; title=&quot; 文字列内から正規表現がマッチした文字列を抽出して配列に入れる - 旧燈明日記&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>2008-04-27 08:25:55</published>
  <title> 文字列内から正規表現がマッチした文字列を抽出して配列に入れる</title>
  <type>rich</type>
  <url>https://chaipa.hateblo.jp/entry/20080427/1209252355</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
