在JavaScript的正则表达式中使用exec()方法
exec方法为正则表达式匹配的文本搜索字符串。如果找到匹配,则返回结果数组;否则,返回null。
语法
RegExpObject.exec(string);
下面是参数的详细信息:
- string:要搜索的字符串
返回值:
- 如果找到一个匹配,如果不为空,则返回匹配的文本。
例子:
<html>
<head>
<title>JavaScriptRegExpexecMethod</title>
</head>
<body>
<scripttype="text/javascript">
varstr="Javascriptisaninterestingscriptinglanguage";
varre=newRegExp("script","g");
varresult=re.exec(str);
document.write("Test1-returnedvalue:"+result);
re=newRegExp("pushing","g");
varresult=re.exec(str);
document.write("<br/>Test2-returnedvalue:"+result);
</script>
</body>
</html>
这将产生以下结果:
Test1-returnedvalue:script Test2-returnedvalue:null
热门推荐
10 五一公司放假祝福语简短
11 追星女孩的祝福语简短
12 给长辈端午祝福语 简短
13 生日祝福语有诗意简短
14 团圆日祝福语简短
15 中秋商务祝福语简短最新
16 温暖文艺简短祝福语短句
17 男孩上学祝福语简短的
18 入住酒店文案祝福语简短