Help for this page

Select Code to Download


  1. or download this
    use YAPE::Regex::Explain;
    print YAPE::Regex::Explain->new(qr/(.*)(_\d{11,}?.*)(\.\w+)/)->explain
    +();
    
  2. or download this
    $ perl xxxyyyzzz.pl
    The regular expression:
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------