Help for this page

Select Code to Download


  1. or download this
    use YAPE::Regex::Explain;
    my $r=YAPE::Regex::Explain->new(qr/^[\w @.]/);   
    print $r->explain();
    
  2. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------