Don’t use RM too much, but I would expect there to be a toLower() or toUpper() function available that would allow you to force all lower or upper case for comparisons.
Usually RM is powerful enough for my ideas, but small hurdles keep appearing from time to time...
It would be so useful to be able to call small Groovy functions (like in this case equalsIgnoreCase) directly - or call functions from custom apps and get their return value...