Question
Is there a way in a pre-block of a rule to convert a string to the whole lower case?
Background
I have a regex that returns parts of a string, and sometimes they start with an uppercase and sometimes not. Since I want to use the result from the regular expression as the key in the hash map, I need the case to always be consistent.
source
share