<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mofc</author_name>
  <author_url>https://blog.hatena.ne.jp/mofc/</author_url>
  <blog_title>mofc</blog_title>
  <blog_url>https://mofc.hatenadiary.org/</blog_url>
  <categories>
    <anon>正規表現</anon>
  </categories>
  <description>(.+)\1{1,} 「(.+)」で全ての文字列を補足グループに入れている 「\1」で最初のマッチ（補足グループ）「()」と同じ 「\1{1,}」で最初のマッチを1回以上の繰り返しを表す 「あああああ」「00」「あいうあいう」などがマッチする。 同じ数字が続く箇所を探す ([0-9])\1{1,}「11」「222」「3333」などがマッチする。 特定の数字3文字が続く箇所を探す ([0-9]{3})\1{1,}「123123123123」「444444」などがマッチする。 ([0-9]{1,})-\1-\1「123-123-123」にはマッチするが「123-456-789」にはマッチしない。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmofc.hatenadiary.org%2Fentry%2F20081013%2F1223881119&quot; title=&quot;同じパターンの繰り返しを探す正規表現 - mofc&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>2008-10-13 15:58:39</published>
  <title>同じパターンの繰り返しを探す正規表現</title>
  <type>rich</type>
  <url>https://mofc.hatenadiary.org/entry/20081013/1223881119</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
