{"author_name":"device_me","author_url":"https://blog.hatena.ne.jp/device_me/","url":"https://source.hatenadiary.jp/entry/2013/01/26/184850","version":"1.0","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsource.hatenadiary.jp%2Fentry%2F2013%2F01%2F26%2F184850\" title=\"\u6b63\u898f\u8868\u73fe\u3067HTML\u5185\u306eimg src\u306eURL\u3092\u629c\u304d\u51fa\u3059(Objective-C) - \u30a2\u30d7\u30ea\u306a\u3069\u3092\u958b\u767a\u3059\u308b\u30d6\u30ed\u30b0\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","published":"2013-01-26 18:48:50","title":"\u6b63\u898f\u8868\u73fe\u3067HTML\u5185\u306eimg src\u306eURL\u3092\u629c\u304d\u51fa\u3059(Objective-C)","provider_url":"https://hatena.blog","height":"190","image_url":null,"provider_name":"Hatena Blog","blog_url":"https://source.hatenadiary.jp/","blog_title":"\u30a2\u30d7\u30ea\u306a\u3069\u3092\u958b\u767a\u3059\u308b\u30d6\u30ed\u30b0","width":"100%","type":"rich","categories":["Objective-C"],"description":"NSString *html = @\"HTML\u306e\u5185\u5bb9\"; NSRegularExpression *regexp01 = [[NSRegularExpression alloc] initWithPattern:@\"(<img.*?src=\\\")(.*?)(\\\".*?>)\" options:0 error:nil]; NSArray *results = [regexp01 matchesInString:html options:0 range:NSMakeRange(0, html.length)]; for( int i = 0; i < results.count; i++) { NS\u2026"}