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