I noticed that use of $= to enable case insensitive string comparison
is being deprecated. What is to be used in it’s place?
(PS: I realize that RE’s could be used, but I was wondering if there is
a better way to perform case insensitive string comparisons?
(i.e. a new operator))