Help for this page

Select Code to Download


  1. or download this
    perl -MYAPE::Regex::Explain -e 'print YAPE::Regex::Explain->new(qr/^(\
    +s^+)MVA/o)->explain;'
    
  2. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------
    
  3. or download this
    perl -MYape::Regex::Explain -e 'print YAPE::Regex::Explain->new(qr/(\s
    ++)/o)->explain;'
    The regular expression:
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------