Help for this page

Select Code to Download


  1. or download this
    if ($str =~ /_test(?>\s+)(?!<)/) { print "test ok\n" }
    if ($str =~ /_test(?:\s+)(?!<)/) { print "test ok\n" }