Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates whether the specified regular expression finds a match in the specified input string.
Syntax
client server public static boolean isMatch(str _input, str _pattern)
Run On
Called
Parameters
- _input
Type: str
The string to search for the match.
- _pattern
Type: str
The regular expression pattern to match.
Return Value
Type: boolean
true if the regular expression finds a match; otherwise, false.