我一直在嘗試一段時間,但從來沒有真正理解正則表達式。我如何分割這個字符串,以便獲得域的年齡?謝謝。PHP拆分字符串與正則表達式
<a target=_blank title='View how the website looked at this Age' href=website-history.php?archiveCreationTime=2013050316413&domain=domain.net>0 years 9 months old</a>
順便說一句,該代碼是一個HTML源的一部分。
對不起,可能是菜鳥問題。但我從來沒有時間學習正則表達式。我嘗試了爆炸,但我沒有讓它達到年齡。
使用DOM解析器更適合此任務。我相信一個好的PHP是[SimpleHTMLDOM](http://simplehtmldom.sourceforge.net/) –
謝謝你,請看看它 – Anders