searchRegEx

Determines if there is a match between the regular expression and a subsequence in the target character sequence and returns an array with the results

Syntax

searchRegEx(source, wildcard, flags, indexInMatch)

Returns

returns (array) of (string)s with results

Parameters

source (string)
the source text data
wildcard (string)
the regex that will be matched against the input sequence
flags (string)
combine flags separated by ;
indexInMatch (integer)
-1 to get an array with all results. Or with one value of a valid given index (default -1)