Compares two string values
Compare("text1", "Text1", true) → false Compare("Mac", "Mac") → true
Compare(string1, string2, [isCaseSensitive])
string1 - The first string to compare with
string1
string2 - The second string to compare with
string2
[isCaseSensitive] - [optional: true by default**]** - Set false if the search should be case insensitive
[isCaseSensitive]
true
false
Last updated 2 years ago