> 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. -- Dan ____________________________________________________________________________________ Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates (http://voice.yahoo.com) _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
