完全新的正則表達式。 希望這個以前沒有回答過。對不起,如果有。試圖查找字符串內的字符串
我的問題是試圖從字符串中的字符串中獲取名稱。 不確定是否有我的頭包裹這個最好的選擇。 這是從總串塊
<div class="txt-block" itemprop="contractors" itemscope
itemtype="home">
<h4 class="inline">Employs:</h4> <a href="/.../" itemprop='url'><span class="itemprop"
itemprop="name">Carp 1</span></a>, <a href="/.../"
itemprop='url'><span class="itemprop" itemprop="name">Carp
2</span></a>, <a href="/.../" itemprop='url'><span class="itemprop"
itemprop="name">Carp 3</span></a> <span
class="tots">|</span>
<span class="see-more inline"> <a href="/.../" itemprop='url'>See full options</a>
</span>
</div>
我想提取「鯉魚1」,「鯉魚2」,「3鯉魚」的小提取物。 字符串長度因我想要提取的項目數而異。
也許有更簡單的方法來做到這一點。 所有幫助表示讚賞。
將關鍵字「鯉魚」將保持不變? – 2013-04-25 08:04:04
不要在HTML中使用正則表達式。 – hsz 2013-04-25 08:04:59
我建議使用Javascript來檢索''標籤中的文字。 – Aquillo 2013-04-25 08:05:24