[racket] a simple? regexp-match/replace
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