|
|
Browse by Tags
All Tags » html tags » parse html attr... » attributes
-
hello,
please i want to find all tags<a> without the title attribute in a HTML file
my regex is:if (preg_match_all("/<a\s[^>]*href=(\s*(\"??)([^\" >]*?)\\2[^title>]*)>(.*)<\/a>/siU",$contenu,$out, PREG_SET_ORDER))
this regex return all tags <a>without words wich contains ...
|
|
|