<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>accs2014</author_name>
  <author_url>https://blog.hatena.ne.jp/accs2014/</author_url>
  <blog_title>いきなり答える備忘録</blog_title>
  <blog_url>https://www.officeisyours.com/</blog_url>
  <categories>
    <anon>Googleスプレッドシート</anon>
  </categories>
  <description>REGEXEXTRACT関数やREGEXREPLACE関数などで正規表現を使う際に、すべての種類のひらがな、カタカナを指定する方法についてです。 すべてのひらがなを指定するときは「[ぁ-ん]」とします（「あ」ではなく「ぁ」）。 「[あ-ん]」とすると「ぁ」を指定できません。手順 B3セルにさまざまなひらがなが記されています。 これに対しC3セルに次のように入力します。うまくいけばすべてのひらがなが空文字に置き換えられ、結果は空文字になりそうですが…… =REGEXREPLACE(B3,&quot;[あ-ん]&quot;,&quot;&quot;) 確定すると「ぁ」の1文字だけが置き換えられずに残ってしまいました。 そこで今度は次のよ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.officeisyours.com%2Fentry%2F2019%2F11%2F05%2F035101&quot; title=&quot;（Gスプレッドシート）正規表現ですべてのひらがなは「[ぁ-ん]」、カタカナは「[ァ-ヶ]」と表す - いきなり答える備忘録&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>https://cdn-ak.f.st-hatena.com/images/fotolife/a/accs2014/20191105/20191105034127.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-11-05 03:51:01</published>
  <title>（Gスプレッドシート）正規表現ですべてのひらがなは「[ぁ-ん]」、カタカナは「[ァ-ヶ]」と表す</title>
  <type>rich</type>
  <url>https://www.officeisyours.com/entry/2019/11/05/035101</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
