Perl, search array
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-05-27T22:57:36Z
Indexed on
2010/05/27
23:01 UTC
Read the original article
Hit count: 168
What is the smartest way of searching through an array of strings for a matching string in Perl?
One caveat, I would like the search to be case-insensitive
so "aAa"
would be in ("aaa","bbb")
© Stack Overflow or respective owner