我正在尋找一個JavaScript正則表達式,允許我刪除括號中的任何文本幷包含括號本身。括號內的正則表達式和字符串
例子:
"hello world (some Text and Number here)"
我要修剪(some Text and Number here)
並得到結果爲:
"hello world"
我正在尋找一個JavaScript正則表達式,允許我刪除括號中的任何文本幷包含括號本身。括號內的正則表達式和字符串
例子:
"hello world (some Text and Number here)"
我要修剪(some Text and Number here)
並得到結果爲:
"hello world"
你會得到嵌套的括號嗎? – 2013-03-06 06:14:55
不是真的,但它也很好地知道它的正則表達式。 – 2013-03-06 06:20:32