我需要用正则表达式删除标签"image".
我正在使用C#.Net
例子<rrr><image from="91524" to="92505" /></rrr>应该成为:
<rrr><image from="91524" to="92505" /></rrr>
<rrr></rrr>
任何人???
c# regex xml replace
c# ×1
regex ×1
replace ×1
xml ×1