On 11/1/06, Dan <[EMAIL PROTECTED]> wrote:
> The regular expression (a*)(b*) matches the empty
> string.
> Replacing "*" with "+" will make your example work.

Ah, I forgot about that. Thanks.

Looks like *? doesn't trigger greedy matching,
unfortunately.

What regex library are you using? PCRE?


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to