FindMatchesOfRegexp
Finds all matches of regular expression pattern in a string value
Inputs
FindMatchesOfRegexp(string, searchRegexp, [isCaseSensitive])
string
- A text value to search insearchRegexp
- A regular expression to find to[isCaseSensitive]
- [optional:true
by default**]** - Setfalse
if search should be case insensitive
Last updated