OScript API/Built-in Package Index |
The Regex package provides regex search functionality. The major functionalities offered in the Regex Package are the following:
Returns TRUE if the value specified matches the pattern for this regex
Sets the pattern string to use for matching
Evaluates value against the regular expression specified in the SetPattern() function.
String to be evaluated
TRUE if a match is found, FALSE otherwise.
Sets the pattern to be used for matches for this regex instance. Note: this regex only supports POSIX character classes.
String containing the regex pattern
Nothing
Copyright © 2021 OpenText Corporation. All rights reserved. |