I observed that text comparison for 'contains' is case-sensitive. how can I convert to Upper/Lower case so that I still get the exact match regardless of case.
Adding the function reference:
toLower | Converts a string to lowercase. For example, this function returns two by two is four :
Parameter number: 1 Name: String Description: Required. The string to convert to lower casing. If a character in the string does not have a lowercase equivalent, the character is included unchanged in the returned string. |
toUpper | Converts a string to uppercase. For example, this function returns TWO BY TWO IS FOUR :
Parameter number: 1 Name: String Description: Required. The string to convert to upper casing. If a character in the string does not have an uppercase equivalent, the character is included unchanged in the returned string. |
From here.
Regards,
Michael
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
22 | |
21 | |
9 | |
8 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
22 | |
11 |