我有一个字符串:
<graphic id="8374932">Translating Cowl (Inner/Outer Bondments</graphic>
我的模式:
"<graphic id=\"(.*?)\">(.*?)</graphic>"
但第二组却失败了,他说:"还不够." 我应该如何预防呢?
c# regex
c# ×1
regex ×1