- 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]'
- or download this
" "*id*: *TYPE* *OPTIONAL-INFO* (*next-id*)
- 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+'
- or download this
C:\>perl -mre=debug -e "/x*/"
Freeing REx: `,'
...
4: END(0)
minlen 0
[snip]