matchesRegEx
Determines if there is a match between the regular expression and some subsequence in the target character sequence.
Syntax
matchesRegEx(source, wildCard, flags)
Returns
returns (bool) true depending on inputs
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 ;