Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $explanation = YAPE::Regex::Explain->new($regex)->explain;
    print $explanation;
    
  2. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------