I'm trying to compare strings, but don't see a way to ignore case. Do I really need a custom function to do it?
This is what I'm doing now, but if "Event" is lower case ("event") it fails the comparison.
I'm trying to compare strings, but don't see a way to ignore case. Do I really need a custom function to do it?
This is what I'm doing now, but if "Event" is lower case ("event") it fails the comparison.