Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for my $regexp ('\babc\z','\babc\Z') {
        print YAPE::Regex::Explain->new($regexp)->explain, "\n"x3;
    }
    
  2. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------