<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>studio-m</author_name>
  <author_url>https://blog.hatena.ne.jp/studio-m/</author_url>
  <blog_title>Lism.in * blog - nekoya (id:studio-m)</blog_title>
  <blog_url>https://studio-m.hatenadiary.org/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>#!/usr/bin/perl use strict; use warnings; { use utf8; my $res = ('１２３' =~ /^\d+$/) ? &quot;match&quot; : &quot;unmatch&quot;; print &quot;use utf8 ... $res\n&quot;; } { no utf8; my $res = ('１２３' =~ /^\d+$/) ? &quot;match&quot; : &quot;unmatch&quot;; print &quot; no utf8 ... $res\n&quot;; } これを実行すると、こうなる。 use utf8 ... match no utf8 ... unmatchこれをDBのintegerなカラ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fstudio-m.hatenadiary.org%2Fentry%2F20080319%2F1205885311&quot; title=&quot;use utf8すると\dで全角数字がマッチする - Lism.in * blog - nekoya (id:studio-m)&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-03-19 09:08:31</published>
  <title>use utf8すると\dで全角数字がマッチする</title>
  <type>rich</type>
  <url>https://studio-m.hatenadiary.org/entry/20080319/1205885311</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
