1.>perl -e 'use re(debug); $_ = 'aaabbb'; /(( a | c? )*)/x' 2.>perl -e 'use re(debug); $_ = 'aaabbb'; /(( a )* | ( c? )?)/x'
In reply to Re^2: ZERO_LENGTH match
by sh1tn
in thread ZERO_LENGTH match
by sh1tn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |