|
|
Browse by Tags
All Tags » parse html 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 ...
-
<meta name="keywords" content="IBM 7976KAG SYSTEM X3400 QC 1.60GHZ 2GB 3X73,sunucular, server, markalı sunucular, markalı server, hp sunucular, hp, ibm, ibm sunucular, ibm server, century server, century sunucular">
<meta name="description" content="Fiyat:1879$+KDV | Kdv Dahil:2.877,95YTL | Havale ile %3 ...
-
Hi everyone
<span class="FiyatSmallBlackBack"><b>Bizde:</b></span><span class="FiyatSmallBlue"><b> 26,00 USD + KDV</b></span> <br />
In that HTML I want to parse 26,00 USD +KDV using c# but that html could be as that ; (no +KDV just 26,00 ...
-
Hi,
I'm trying to use regular expressions to parse html code that looks like that:
<img src="somename.jpg" width="345" height="345">
but may also look like that:
<img width="345" src="somename.jpg" height="345">
or even that:
<img ...
|
|
|