Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » html tags » parse html attr... » HTML anchors href
  • regex wich search tags without attribute

    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 ...
    Posted to Construction Advice (Forum) by mouna on November 28, 2008