Matches
Finds if a string matches the regular expression pattern
Inputs
Matches(string, searchRegexp, [isCaseSensitive])
string
- A text value to search insearchRegexp
- A regular expression to search for[isCaseSensitive]
- [optional:true
by default] - Setfalse
if search should be case insensitive
Last updated