chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] string-search vs. string-match


From: felix winkelmann
Subject: Re: [Chicken-users] string-search vs. string-match
Date: Wed, 1 Nov 2006 15:08:05 +0100

On 11/1/06, Dan <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]