Help for this page

Select Code to Download


  1. or download this
    perldoc -f open
    
  2. or download this
    The regular expression:
     
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------
    
  3. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    my $re = '\b[Ii]t\b(.*)[.,?]$';
    my $parser = YAPE::Regex::Explain->new($re);
    print $parser->explain;