>-- Original Message -- >Reply-To: [EMAIL PROTECTED] >Date: Tue, 25 Feb 2003 16:59:41 -0500 (EST) >From: Cliff Woolley <[EMAIL PROTECTED]> > >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()?
i agree. regardless of performance evaluation it just seems excessive. sterling