PHP正则匹配图片地址

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP正则匹配图片地址相关的知识,希望对你有一定的参考价值。

<img alt="Figure" src="/appl/literatum/publisher/achs/journals/content/jacsat/2014/jacsat.2014.136.issue-16/ja5026276/production/images/medium/ja-2014-026276_0013.gif" class="tocGraphic">
<img alt="Figure" src="/appl/literatum/publisher/achs/journals/content/jacsat/2014/jacsat.2014.136.issue-16/ja500716j/production/images/medium/ja-2014-00716j_0006.gif" class="tocGraphic">

求助php正则匹配图片地址 想光匹配如上名为ja-XXXX-XXXXXX_XXXX.gif的图片
正则无能..试了好多都不行..

参考技术A preg_match_all('/<img[^>]*src=(\'|\")(.*?)\\1[^>]*>/i',$str,$match);

foreach($match[2] as $v)
$a = explode("medium/",$v);
$b[] = $a[1];


print_r($b);

以上是关于PHP正则匹配图片地址的主要内容,如果未能解决你的问题,请参考以下文章

PHP正则匹配替换图片地址

php如何使用正则表达式匹配url图片啊

php如何使用正则表达式匹配url图片啊

preg_match_all() php正则匹配图片路径,怎么取完整的图片链接。带http开头,求解决

PHP 正则表达式匹配 img ,PHP 正则提取或替换图片 img 标记中的任意属性。

php正则匹配数字