我一直試圖爲一個字符串創建一個RegEx近一天,但仍然沒有成功,任何人都可以幫忙嗎?正則表達式幫助請求提取帶引號的值
string example (double quotes are options, and can also be single quotes):
"234"? "<img src=\"http://abc.com/a.jpg\" onclick=\"alert(\"\"working with 'quotes'?\"\");\" />"
and the following groups should be extracted:
234
<img src="http://abc.com/a.jpg" onclick="alert(""working with 'quotes'?"");" />
希望這是明確的,任何人都可以幫助請!
賭注ween the separator「?」第一部分空間允許使用 – 2012-04-19 14:04:02
,後面部分用「?」分隔;雙引號是可選的 – 2012-04-19 14:04:29