output: not matchedmy $str = "#Select"; if ($str =~ m/^Select$/) { print "matched..\n"; } else { print "not matched..\n"; }
In reply to Re: Need a regex..
by zeni
in thread Need a regex..
by littlemonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |