On Tue, 25 Feb 2003, Manni Wood wrote:

> So does this mean that you now agree that I should be using a regexp to
> find the cookie? I think that's what you mean.

I'm still unclear why this requires a full-blown regex.  Isn't all we
really need to do to loop over the delimiters (semicolon and comma),
remove whitespace, and then see if the next word (characters up to
whitespace or an equal) matches the cookie name using strcmp()?

--Cliff


Reply via email to