Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    + ab()()cde
    - ab(c(d)e
    - ab(c)d)e
    
  2. or download this
    PASS PASS + Cont(ains balanced( nested Br(ack)ets )in t)he text
              - Con(tains i(mbalan(ced Br(ack)ets, )one c)lose missing
    ...
    PASS PASS + ab()()cde
              - ab(c(d)e
              - ab(c)d)e
    
  3. or download this
    our @matches;
    
    ...
        print " $_\n";
        print "       $_\n" foreach @matches;
    }