Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    my $re = qr/(%TABLE{.*?name\=\"History[^"]*"[^}]*}%\s*(\|[^\|]*){3}\|\
    +s)((\|[^\|]*){3}\|\s)*/o;
    
    print YAPE::Regex::Explain->new($re)->explain();
    
  2. or download this
    The regular expression:
    
    (?-imsx:(%TABLE{.*?name="History[^"]*"[^}]*}%\s*(\|[^\|]*){3}\|\s)((\|
    +[^\|]*){3}\|\s)*)
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------