Determines whether the regex finds a match in the given string, beginning from the specified location.
Syntax
1
regex_is_match_from(regex_id, input, startat)
Argument | Type | Description |
---|---|---|
regex_id | real | The id of the regex to use. |
input | string | The string to search. |
startat | real | The position to start from. |
Returns: Bool
References
Exceptions
- RegexMatchTimeoutException: Returns -1