<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>littlebuddha</author_name>
  <author_url>https://blog.hatena.ne.jp/littlebuddha/</author_url>
  <blog_title>make world</blog_title>
  <blog_url>https://littlebuddha.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
    <anon>文字コード</anon>
  </categories>
  <description>#!/usr/bin/env perl use strict; use warnings; use Encode; use utf8; # 全角文字、全角記号、全角英数字、半角カナを含めている my $strings = &quot;Aあb漢Cイd字0ｷﾞ-ｬ1ゃ2１3=~３\\^_%―$\&quot;#\tわ\n−Z&quot;; my @chars = split '', $strings; my $utf8 = find_encoding('utf8'); my $regex_hiragana = qr/(\p{InHiragana})/; my $regex_katakana = qr/(\p{InKatakana…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flittlebuddha.hatenadiary.org%2Fentry%2F20130624%2F1372044161&quot; title=&quot;正規表現で全角文字(ひらがな・かたかな・漢字、記号など)、半角カタカナをマッチさせる - make world&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-06-24 12:22:41</published>
  <title>正規表現で全角文字(ひらがな・かたかな・漢字、記号など)、半角カタカナをマッチさせる</title>
  <type>rich</type>
  <url>https://littlebuddha.hatenadiary.org/entry/20130624/1372044161</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
