EndsWith
Checks if a value ends with a search string
Inputs
EndsWith(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