Compare
Compares two string values
Compare("text1", "Text1", true) → false
Compare("Mac", "Mac") → trueInputs
Compare(string1, string2, [isCaseSensitive])
string1- The first string to compare withstring2- The second string to compare with[isCaseSensitive]- [optional:trueby default**]** - Setfalseif the search should be case insensitive
Last updated
Was this helpful?