Hi
$line = "API##"; if($line =~ m/"API#"/) { print "Match found\n"; } else { print "Match not found\n"; }
Output Expected: "API##" not matched
I need to find the words with a single '#' but it shows matched. Pls help
-- TIAIn reply to String Match by zeni
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |