Help for this page

Select Code to Download


  1. or download this
    use 5.012_002;
    use strict;
    ...
    my $var2 = "This (is)- my first string";
    
    say YAPE::Regex::Explain->new($var2)->explain();
    
  2. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------