<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kyoneco</author_name>
  <author_url>https://blog.hatena.ne.jp/kyoneco/</author_url>
  <blog_title>kyoneco’s blog</blog_title>
  <blog_url>https://kyoneco.hatenablog.com/</blog_url>
  <categories>
    <anon>詳説　正規表現</anon>
  </categories>
  <description>kyoneco.hatenablog.com 2.3.5 先後読みによって数値にカンマを付け加える 大きい数字の列にカンマを挿入したい ex.112345 → 112,345 右から３桁ずつ数え、左側にまだ数字が残っていればそこにカンマを入れていきたい カンマを装入する位置 ＝ 右側に３も倍数個の数字があり、左側に何らかの数字がある位置のこと 先後読みで解決できる 先後読み構文：テキスト中の「位置」にマッチする。 先読み：テキストの先の方（まだ読んでない右の方）を覗き込んで、部分正規表現がマッチするかどうかを調べ、マッチするようなら正規表現要素として成功とする。 肯定の先読み：(?=・・・) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkyoneco.hatenablog.com%2Fentry%2F2022%2F12%2F12%2F101614&quot; title=&quot;正規表現　第二章　先後読み入門　読書メモ - kyoneco’s blog&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>2022-12-12 10:16:14</published>
  <title>正規表現　第二章　先後読み入門　読書メモ</title>
  <type>rich</type>
  <url>https://kyoneco.hatenablog.com/entry/2022/12/12/101614</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
