<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>keichanzahorumon0405</author_name>
  <author_url>https://blog.hatena.ne.jp/keichanzahorumon0405/</author_url>
  <blog_title>技術開発日記</blog_title>
  <blog_url>https://kechanzahorumon.hatenadiary.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>全角ひらがなを文字列から削除する方法を探していたところ、以下の方法があることを知って少し驚いた。&quot;abcあいう123&quot;.replaceAll(&quot;[\\p{InHiragana}]&quot;, &quot;&quot;); 結果：abc123ただ調べた感じだと、\p{InHiragana}は単にひらがなの範囲指定を文字列に置き換えているだけなので、 以下の記述の仕方と同じ意味になるとのこと。 [ぁ-ん] [\u3040-\u309F]ただ、なんとなくパフォーマンスのことが気になったので、どの表記が一番早いかを簡単に試してみた。 public class RegexSample { public static void ma…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkechanzahorumon.hatenadiary.com%2Fentry%2F2012%2F07%2F23%2F110639&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>2012-07-23 11:06:39</published>
  <title>ひらがなの検知</title>
  <type>rich</type>
  <url>https://kechanzahorumon.hatenadiary.com/entry/2012/07/23/110639</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
