Help for this page

Select Code to Download


  1. or download this
    use YAPE::Regex::Explain;
    $search = "\x8C\x95";
    ...
    };
    $regex = qr/^ (?:$encoding)*? $search/osx;
    print  YAPE::Regex::Explain->new($regex)->explain;
    
  2. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------