<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>device_me</author_name>
  <author_url>https://blog.hatena.ne.jp/device_me/</author_url>
  <blog_title>アプリなどを開発するブログ</blog_title>
  <blog_url>https://source.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Objective-C</anon>
  </categories>
  <description>NSString *html = @&quot;HTMLの内容&quot;; NSRegularExpression *regexp01 = [[NSRegularExpression alloc] initWithPattern:@&quot;(&lt;img.*?src=\&quot;)(.*?)(\&quot;.*?&gt;)&quot; options:0 error:nil]; NSArray *results = [regexp01 matchesInString:html options:0 range:NSMakeRange(0, html.length)]; for( int i = 0; i &lt; results.count; i++) { NS…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsource.hatenadiary.jp%2Fentry%2F2013%2F01%2F26%2F184850&quot; title=&quot;正規表現でHTML内のimg srcのURLを抜き出す(Objective-C) - アプリなどを開発するブログ&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>2013-01-26 18:48:50</published>
  <title>正規表現でHTML内のimg srcのURLを抜き出す(Objective-C)</title>
  <type>rich</type>
  <url>https://source.hatenadiary.jp/entry/2013/01/26/184850</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
