CountMatches
Finds and counts all string matches
Inputs
CountMatches(string, search, [isCaseSensitive])
string
- A text value to search insearch
- A text value to search for[isCaseSensitive]
- [optional:true
by default**]** - Setfalse
if search should be case insensitive
Last updated