preg_match_all('#\bhttps?://[^,\s()<>]+(?:\([\w\d]+\)|([^,[:punct:]\s]|/))#', $table, $match);
print_r($match[0]);
Code (markup):
Array
(
[0] => https://aaaa.com/wp-content/themes/jnews/assets/img/jeg-empty.png
[1] =>...
Code (markup):
from PHP https://ift.tt/2EYcGGk
via IFTTT
0 Comments