Help for this page

Select Code to Download


  1. or download this
    use YAPE::Regex::Explain;
    $regex1 = qr{\QHello# World\E}x;
    $parser1 = YAPE::Regex::Explain->new($regex1)->explain;
    print "$parser1\n"
    
  2. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------