<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takuya_1st</author_name>
  <author_url>https://blog.hatena.ne.jp/takuya_1st/</author_url>
  <blog_title>それマグで！</blog_title>
  <blog_url>https://takuya-1st.hatenablog.jp/</blog_url>
  <categories>
    <anon>regex</anon>
    <anon>正規表現</anon>
  </categories>
  <description>カタカナにマッチする正規表現 str.match(/[ァ-ヴ]+/) サンプル str = 'このリンゴはとても美味しいリンゴだ このリンゴはとても美味しいパイナップルだ このパイナップルはとても美味しいパイナップルだ この林檎はとても美味しいみかんだ' p str.scan(/[ァ-ヴ]+/) ヴは vu で入力すると楽ですね UTF-8 の場合は次のようにすることも出来る &gt;&gt; p str.scan(/\p{Katakana}+/) カタカナは単語 カタカナで表記されるものは、殆どの場合、「英単語」であったり「固有名詞」であったりするので、カタカナの連続の語を取得するのはとても便利な文字の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakuya-1st.hatenablog.jp%2Fentry%2F2017%2F11%2F01%2F223000&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>2017-11-02 22:30:00</published>
  <title>カタカナ（全角）にマッチする正規表現</title>
  <type>rich</type>
  <url>https://takuya-1st.hatenablog.jp/entry/2017/11/01/223000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
