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