我的字符串是馬里奧·(車),我需要更換*(爲了得到馬里奧(車)。我不想只更換星號,但星號正則表達式使用全局接着一個開括號如何更換*(在一個字符串
下面的代碼,我試圖修復:
var str = 'Mario *(cart)';
str=str.replace(/\*\(/g,'(');
CORRECTION The regex works fine, but do not work when I leave the parenthesis without a value.
我做了這個代碼在Creating dynamic formula
0回答的jsfiddle:https://jsfiddle.net/qpsh940m/
適用於我使用相同的代碼。 – bjb568
這看起來很好 - 你看到了什麼問題? – Vinay
_「這裏是我正在修復的代碼」_,修正了什麼? –