<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bettamodoki</author_name>
  <author_url>https://blog.hatena.ne.jp/bettamodoki/</author_url>
  <blog_title>bettamodokiのブログ</blog_title>
  <blog_url>https://bettamodoki.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>続いてregexecで実際に正規表現をあててみよう. #include &lt;regex.h&gt; #include &lt;iostream&gt; int main(void) { char target[] = &quot;abcdefghijklhmopqrstuvwxyz&quot;; regex_t reg; int errcode = regcomp(&amp;reg, &quot;ijl&quot;, REG_EXTENDED); if (errcode != 0) { char errbuf[100]; regerror(errcode, &amp;reg, errbuf, sizeof(errbuf)); std::cout &lt;&lt; &quot;regcomp…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbettamodoki.hatenadiary.jp%2Fentry%2F20140617%2F1402977877&quot; title=&quot; C++で淡々とregex.hを使ってみた その2 - bettamodokiのブログ&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>2014-06-17 13:04:37</published>
  <title> C++で淡々とregex.hを使ってみた その2</title>
  <type>rich</type>
  <url>https://bettamodoki.hatenadiary.jp/entry/20140617/1402977877</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
