http://www.perlmonks.org?node_id=44327

ChilliHead has asked for the wisdom of the Perl Monks concerning the following question:

I'm using index($mystr,"a") but I want to be able to check for "A" as well as "a".

Is it possible to make index case insensitive?

Originally posted as a Categorized Question.