Help for this page

Select Code to Download


  1. or download this
    perl -MYAPE::Regex::Explain -e " print YAPE::Regex::Explain->new(qr/$A
    +RGV[0]/)->explain();" "^\s*[^\s\*=]+\s*="
    
  2. or download this
    The regular expression:
    
    ...
    )                        end of grouping
    ----------------------------------------------------------------------
    
  3. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------
    
  4. or download this
    perl -MYAPE::Regex::Explain -e " print YAPE::Regex::Explain->new(qr/$A
    +RGV[0]/)->explain();" "[^\s\*=]"
    ..
    ...
    ----------------------------------------------------------------------
      \w                       word characters (a-z, A-Z, 0-9, _)
    ----------------------------------------------------------------------