Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    my $re = qr/regex_here/;
    
    print YAPE::Regex::Explain->new($re)->explain();