<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>likk</author_name>
  <author_url>https://blog.hatena.ne.jp/likk/</author_url>
  <blog_title>NeverBlog::Likk::Unexistable;</blog_title>
  <blog_url>https://likk.hatenablog.com/</blog_url>
  <categories>
    <anon>Perl/CGI</anon>
  </categories>
  <description>一昨日見つけた Text::BreakIterator を使ってみました。 文字列を文字種ごとに分割するモジュールでたとえば &quot;漢字とかカタカナがmixされた文字列etcを文字種ごとに1万回カットする&quot; のような文字列が有った場合このモジュールを使うと &quot;漢字,とか,カタカナ,が,mix,された,文字列,etc,を,文字種,ごとに,1,万回,カット,する&quot; という風にセパレータで区切ってくれる。 便利といえば便利なんだが、UTF-8でPerlを組めばモジュールなしでも可能。 $cutting =~ s/([A-Za-z0-9])([^A-Za-z0-9])/$1,$2/g;#(\W)(\w) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flikk.hatenablog.com%2Fentry%2F20051110%2F1131614240&quot; title=&quot;文字列どもをぶった切る - NeverBlog::Likk::Unexistable;&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>2005-11-10 18:17:20</published>
  <title>文字列どもをぶった切る</title>
  <type>rich</type>
  <url>https://likk.hatenablog.com/entry/20051110/1131614240</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
