如果第一个参数中的字符串与第二个参数中的正则表达式匹配,则返回true。 有关更多信息,请参阅 此页面.
字符串
matchRegExp(<parameters>)
matchRegExp(<string>,<string>)
返回布尔值。
matchRegExp("username@adobe.com", "*adobe")
返回真。