<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a4dosanddos</author_name>
  <author_url>https://blog.hatena.ne.jp/a4dosanddos/</author_url>
  <blog_title>プログラム日記</blog_title>
  <blog_url>https://a4dosanddos.hatenablog.com/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>なんとなく正規表現サンプルを書いてみました。先に実際のコードを。■ regextest1.c #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #include &lt;sys/types.h&gt; #include &lt;regex.h&gt; int main(int argc, char *argv[]) { regex_t preq; int errcode, i; char regex[] = &quot;^a.*b$&quot;; errcode = regcomp(&amp;preq, regex, REG_EXTENDED | REG_NOSUB); if(errcode !=0) { char …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa4dosanddos.hatenablog.com%2Fentry%2F2015%2F10%2F17%2F141601&quot; title=&quot;「C」GNU C Library ( regex.h ) を使った正規表現のサンプル - プログラム日記&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>2015-10-17 14:16:01</published>
  <title>「C」GNU C Library ( regex.h ) を使った正規表現のサンプル</title>
  <type>rich</type>
  <url>https://a4dosanddos.hatenablog.com/entry/2015/10/17/141601</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
