Help for this page

Select Code to Download


  1. or download this
    use YAPE::Regex::Explain;
    print YAPE::Regex::Explain->new(
    '\b\$AVG'
    ...
    )                        end of grouping
    ----------------------------------------------------------------------
    
  2. or download this
    use YAPE::Regex::Explain;
    print YAPE::Regex::Explain->new(
    ...
    )                        end of grouping
    ----------------------------------------------------------------------