开发者

regular exp not working in IE [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, vi开发者_如何学运维sit the help center. Closed 10 years ago.
questionText.replace(/\d+/g,""); 

is not working in IE ?


Are you assigning the resulting string to anything?

var newQuestionText = questionText.replace(/\d+/g,""); 
alert(newQuestionText);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜