if $str is "polarbear" or "polarbeer" or "Polarbear" returns 0$str = "PolarBear"; $str =~ /[Pp]olar[Bb]e[ae]r/;
In reply to Re^2: non-exact regexp matches
by Anonymous Monk
in thread non-exact regexp matches
by vinforget
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |