[2.3.0.113 C7] - Case Insensitive String Comparisons

It would be helpful to be able to perform case insensitive comparisons.

Particularly when comparing variables, strings, etc. in RM apps.

E.g., if you're using a string variable on a dashboard for someone to type something in, it's hard to guarantee they will get the case correct every time.

Having a way to indicate that case sensitivity should be ignored during a comparison would be great.

Thanks.

1 Like

Without over complicating, the thing that could be done is to add a toLowerCase operation for setting a string variable. You'd have to do that before the comparison. Trying to add this directly to the comparison would be a mess.

Perhaps a feature for next release (2.3.1)...

2 Likes