FindMatchesOfString
Finds all matches of string pattern in a string value
Inputs
FindMatchesOfString(string, search, [isCaseSensitive])
string
- Any text value to search insearch
- Text to search for[isCaseSensitive]
- [optional:true
by default**]** - Setfalse
if search should be case insensitive
Last updated