Hi all,<br>i&#39;m reading the documentation on cookies (net/cookie), and i try to save with a cookie an user action in my blog.<br>For example, the cookie &quot;my-cookie&quot; has this content :<br>id=blabla; Version=1<br>
OR this one :  id=&quot;bla bla&quot;; Version=1<br>How can i just extract the string &quot;bla bla&quot; or blabla ?<br><br>thanks,<br>-mw<br>