Help for this page

Select Code to Download


  1. or download this
    $ perl -MYAPE::Regex::Explain -e " print YAPE::Regex::Explain->new( qr
    +{\A ipv6 | alt \Z}imxs )->explain "
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------
    
  2. or download this
    [Visual of regex at 'rxrx' line 0]         [step: 5]
    
        \A                    Match only if at start of string
    ...