Could you please tell me as why the /_test(?:\s+)(?!<)/ is wrong? I want to learn. Thanks!if ($str =~ /_test(?>\s+)(?!<)/) { print "test ok\n" } if ($str =~ /_test(?:\s+)(?!<)/) { print "test ok\n" }
In reply to Re: Re: parsing question
by Roger
in thread parsing question
by Washie101
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |