可能重複:
RegEx match open tags except XHTML self-contained tags
How to remove single attribute with quotes via RegEx正則表達式從xhtml文檔中刪除屬性?
我想從下面的HTML代碼中刪除了 「sfref」 屬性:到目前爲止,我有
<a sfref="[Libraries]719c25f9-89b3-4a7c-b6d5-e734b0c06ac1" href="../../HPLC.sflb.ashx">Determination</a> <br />
<img sfref="[Libraries]3e60aebb-acac-4806-bd22-f7986f66e7b3" src="../../Note52011.sflb.ashx">Test</a><br />
拿出這個正則表達式,但它不匹配: (sfre F = 「)([A-ZA-Z0-9:; \ S() - \] *)(」)
這是,如果它幫助我在哪裏測試: http://regexr.com?2v4h6
能有人請幫我刪除「sfref」屬性?
'
我以爲這看起來很熟悉....你問了很多同樣的問題在六月... http://stackoverflow.com/questions/6481320/how-to-remove-single-attribute-with-quotes-via-regex/6481332#6481332 –