$a = "http://www.myurl.com/e.php?a"; $b = "http://www.myurl.com/e.php?a"; if ($a =~ /\Q$b\E/) { # <--------- print "FOUND\n"; } else { print "NOT FOUND\n"; }
In reply to Re: Regular expression help: why does this not match?
by gaal
in thread Regular expression help: why does this not match?
by lokiloki
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |