Help for this page

Select Code to Download


  1. or download this
        >perl -mre=debug -e '/ab+[cd]/'
        Compiling REx `ab+[cd]'
    ...
           15: END(0)
        anchored `ab' at 0 floating `b' at 1..2147483647 (checking anchore
    +d) minlen 3
       Freeing REx: `ab+[cd]'
    
  2. or download this
    " "*id*: *TYPE* *OPTIONAL-INFO* (*next-id*)
    
  3. or download this
    C:\>perl -mre=debug -e "/x+/"
    Freeing REx: `,'
    ...
       4: END(0)
    anchored `x' at 0 (checking anchored) plus minlen 1
    Freeing REx: `x+'
    
  4. or download this
    C:\>perl -mre=debug -e "/x*/"
    Freeing REx: `,'
    ...
       4: END(0)
    minlen 0
    [snip]