JavaScript | exec() 方法
JavaScript 中的exec() 方法用于测试字符串是否匹配。如果存在匹配,则此方法返回第一个匹配,否则返回 NULL。
句法:
RegExpObject.exec(str)
其中str是要搜索的字符串。这是必填字段。
示例 1:此示例在原始字符串中搜索字符串“计算机” 。
html
GeeksforGeeks
exec() Method
String: GeeksforGeeks is the
computer science portal for geeks.
html
GeeksforGeeks
exec() Method
String: GeeksforGeeks
is the computer science
portal for geeks.
输出:
在点击按钮之前:
点击按钮后:
示例 2:此示例在原始字符串中搜索字符串“rep” 。
html
GeeksforGeeks
exec() Method
String: GeeksforGeeks
is the computer science
portal for geeks.
输出:
在点击按钮之前:
点击按钮后:
支持的浏览器: JavaScript exec() 方法支持的浏览器如下:
- 谷歌浏览器
- 苹果浏览器
- 火狐浏览器
- 歌剧
- IE浏览器