<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kj-ki</author_name>
  <author_url>https://blog.hatena.ne.jp/kj-ki/</author_url>
  <blog_title>kj-ki’s blog</blog_title>
  <blog_url>https://kj-ki.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>単語を含むかどうか調べる 通常であればそのまま書けば終わりです．が，&quot;\b&quot;を使って境界を明示することで，より正確にマッチさせることができます． (#/\bspec\b/ &quot;Scheme spec&quot;) =&gt;#&lt;&lt;regmatch&gt; 0x5330a0&gt; (#/\bspec\b/ &quot;Scheme specification&quot;) =&gt;#f 正規表現\wにマッチする文字の連なり &quot;\w&quot;を指定すると， #/[[:alpha:]]/ #/[[:digit:]]/ #/_/ のいずれかを満たす文字がマッチします．なので，下の例での&quot;2pen.&quot;の末尾にある&quot;.&quot;はマッチしません． (scan-match-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkj-ki.hatenablog.com%2Fentry%2F20091229%2Fp1&quot; title=&quot;単語にマッチさせる - kj-ki’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>2009-12-29 00:00:00</published>
  <title>単語にマッチさせる</title>
  <type>rich</type>
  <url>https://kj-ki.hatenablog.com/entry/20091229/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
