Help for this page

Select Code to Download


  1. or download this
    my $line = ";\n";
    
    print $line =~ /$_/ ? "" : "no ", "match: $_\n" for '^;$', '^;', "^;\\
    +z";
    
  2. or download this
    match: ^;$
    match: ^;
    no match: ^;\z