in reply to Re: ZERO_LENGTH matchin thread ZERO_LENGTH match
1.>perl -e 'use re(debug); $_ = 'aaabbb'; /(( a | c? )*)/x' 2.>perl -e 'use re(debug); $_ = 'aaabbb'; /(( a )* | ( c? )?)/x' [download]