Compare
Compares two string values
Inputs
Compare(string1, string2, [isCaseSensitive])
string1
- The first string to compare withstring2
- The second string to compare with[isCaseSensitive]
- [optional:true
by default**]** - Setfalse
if the search should be case insensitive
Last updated