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.

  • Comment on How can I find the first position of a string within a string