_regex_split_from_count | Precisamento

_regex_split_from_count

Splits the input string beginning at the specified location with a maximum amount of splits, and returns the split id.

Syntax

1
_regex_split_from_count(regex_id, input, count, startAt)
Argument Type Description
regex_id real The id of the regex to use.
input string The string to split.
count real The maximum amount of splits.
startAt real The position to start from.

Returns: Split id

References

Exceptions

  • RegexMatchTimeoutException: Returns -2