Help for this page

Select Code to Download


  1. or download this
    use Regexp::English;
    print Regexp::English ->new
        ->beginning_of_string
    ...
        ->end_of_string, "\n";
    __END__
    (?^:\ASR\d\d\d\d\d\d\d\Z)
    
  2. or download this
    use YAPE::Regex::Explain;
    print YAPE::Regex::Explain->new(
    ...
    )                        end of grouping
    ----------------------------------------------------------------------