什麼C#正則表達式將取代所有這些:什麼正則表達式會從BR標籤中刪除所有屬性?
<BR style=color:#93c47d>
<BR style=color:#fefefe>
<BR style="color:#93c47d">
<BR style="color:#93c47d ...">
<BR>
<BR/>
<br style=color:#93c47d>
<br style=color:#fefefe>
<br style="color:#93c47d">
<br style="color:#93c47d ...">
<br>
<br/>
有:
<br/>
基本上是 「從任何BR元素和小寫它刪除所有屬性」。
http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 – thecoop 2010-03-22 15:25:20
@thecoop:這隻與實際解析HTML有關,它這個問題並不需要。在這種情況下,唯一可能破壞正則表達式的是,如果在屬性內有一個「>」,我認爲這是無效的。 – 2010-03-22 15:27:53
想到這個HTML的人是誰?無法想象一個用例。 – Dykam 2010-03-22 15:29:46