FindMatchOfString
Finds for βindexβ-th match of string pattern in a string value
Inputs
FindMatchOfString(string, search, [isCaseSensitive], [index])
string
- Any text value to search insearch
- Text to search for[isCaseSensitive]
- [optional:true
by default**]** - Setfalse
if search should be case insensitive[index]
- [optional:O
by default**]**