<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>uc_ebuc</author_name>
  <author_url>https://blog.hatena.ne.jp/uc_ebuc/</author_url>
  <blog_title>雑多なブログ</blog_title>
  <blog_url>https://cufl.hateblo.jp/</blog_url>
  <categories>
    <anon>正規表現</anon>
  </categories>
  <description>正規表現のメタ文字で最近覚えたパターンが便利だったのでメモ。 これだけでも使いこなせると細かいパターンにマッチさせる事ができそう。 メタ文字 説明 (?&lt;!...)... 先行する文字列が、式と一致しない場合にマッチする。 (?&lt;=...)... 先行する文字列が、式と一致する場合にマッチする。 ...(?=...) 後ろに続く文字列が式と一致する場合にマッチする。 ...(?!...) 後ろに続く文字が式と一致しない文字にマッチする。 ...(?:...) 後ろに続く文字が式と一致する文字列にマッチする。式も含めて全体がマッチ結果として取得される。 ※いずれの場合も、マッチした結果に式は含ま…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcufl.hateblo.jp%2Fentry%2F2021%2F02%2F13%2F233758&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>2021-02-13 23:37:58</published>
  <title>正規表現のメタ文字学習</title>
  <type>rich</type>
  <url>https://cufl.hateblo.jp/entry/2021/02/13/233758</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
