<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tsuzuki670</author_name>
  <author_url>https://blog.hatena.ne.jp/tsuzuki670/</author_url>
  <blog_title>tamani</blog_title>
  <blog_url>https://tamani.hatenadiary.jp/</blog_url>
  <categories>
    <anon>正規表現</anon>
    <anon>Ruby</anon>
    <anon>SyncQiita</anon>
  </categories>
  <description>一般的な正規表現 .: 任意の1文字 \には2つの場合がある エスケープする場合：\.とすると、.がメタ文字ではなくてただの文字だよ、と表現する。 あとにつづく文字と組み合わせて1つの文字種を表現する場合 \d: 数字、\w: 文字、\s: スペース。それぞれ大文字で「それ以外」を表す。 量指定子 {3}: 3文字の繰り返し、{3,5}: 3文字以上5文字以下の繰り返し、{3,}: 3文字以上の繰り返し。 ?: {0,1}, +: {1,}, *: {0,} 量指定子を用いた場合、デフォルトでは一番長い文字列が結果となる。一番短い文字列を得たい場合は、量指定子の後ろに?をつける。 ^: 行頭、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftamani.hatenadiary.jp%2Fentry%2F2019%2F06%2F02%2F120338&quot; title=&quot;はじめての正規表現 - tamani&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>2019-06-02 12:03:38</published>
  <title>はじめての正規表現</title>
  <type>rich</type>
  <url>https://tamani.hatenadiary.jp/entry/2019/06/02/120338</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
