Help for this page

Select Code to Download


  1. or download this
    use YAPE::Regex::Explain;
    my $exp = YAPE::Regex::Explain->new($REx)->explain;
    
  2. or download this
    perl -MYAPE::Regexp::Explain -e "print YAPE::Regex::Explain->new('\bte
    +st(?: more)\b$')->explain();"
    
  3. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------
    
  4. or download this
    #!/usr/bin/perl
    
    ...
      test regexp
      \b
    /x;