StartsWith
Checks if a value starts with a search string
Inputs
StartWith(string, search, [isCaseSensitive])
string
- A text value to search insearch
- Text to search for[isCaseSensitive]
- [optional:true
by default**]** - Setfalse
if search should be case insensitive
Last updated