Indicates whether the regular expression finds a match in the input string
Member of Regular expressions (PRIM_REGX)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Boolean | True if the regular expression finds a match, otherwise false |
Pattern | *Input | Unicode String | The regular expression pattern to match |
InputString | *Input | Unicode String | The unicode string to search for a match |
No detailed help is available for this feature