How to compare respecting uppercases and lowercases?
when I compare: “Hola” = “hoLa” the result is TRUE.
This is the expression:
The comparation result is TRUE
Is this behaviour correct? I guess it worked different, respecting the upper and lower cases
How to compare respecting uppercases and lowercases?
Solved! Go to Solution.
One way is FIND([Text1],[Text2])=1 because FIND expression is case sensitive. For example…
FIND(“Hola”,“HolA”)=0 where as FIND(“Hola”,“Hola”)=1
User | Count |
---|---|
17 | |
11 | |
7 | |
5 | |
5 |