這是我的html字符串的一部分。正則表達式php html
<span class="price">£ 343</span>
// Some html code
<span class="price" id="old-price-22898">£ 343</span>
</p><p class="special-price">
<span class="price" id="product-price-22898"> £ 274</span>
我想要的是得到所有的價格。
所以,我想這個正則表達式:
<span class=\"price\"(.*)>(.*)<\/span>
這對我來說很有意義,但我只用IDS得到<span>
之間<span class="price">
,而不是價格之間的價格。
任何幫助?
最好不要用解析HTML正則表達式http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self -contained-tags/1732454#1732454 – user4035
你應該制定出更好的問題標題。只在標題中添加幾個標籤對於進一步的使用沒有幫助。 – pduersteler