Help for this page

Select Code to Download


  1. or download this
    perl -Mre=debug -e '$_ = q!(b).!; /\((?=a|b|c)\)/ && do { print qq{mat
    +ch! $&\n}; };'
    perl -Mre=debug -e '$_ = q!(b).!; /\((?=a|b|c)/ && do { print qq{match
    +! $&\n}; };'
    
  2. or download this
    $ perl -Mre=debug -e '$_ = q!(b).!; /\((?=a|b|c)\)/ && do { print qq{m
    +atch! $&\n}; };'
    Compiling REx "\((?=a|b|c)\)"
    ...
    match! (
    Freeing REx: "\((?=a|b|c)"