[racket] a simple? regexp-match/replace

From: Noel Welsh (noelwelsh at gmail.com)
Date: Wed Oct 20 16:41:48 EDT 2010

Look up this library:

 web-server/http/cookie-parse

It has the functions to do what you want.

N.

On Wed, Oct 20, 2010 at 9:31 PM, scouic <scouic at gmail.com> wrote:
> Hi all,
> i'm reading the documentation on cookies (net/cookie), and i try to save
> with a cookie an user action in my blog.
> For example, the cookie "my-cookie" has this content :
> id=blabla; Version=1
> OR this one :  id="bla bla"; Version=1
> How can i just extract the string "bla bla" or blabla ?
>
> thanks,
> -mw


Posted on the users mailing list.