[Core] Parse
trigram7-Jul-2011/16:04:50+2:00
Pourquoi parse me retourne ce résultat ?

Cas 1/

>>parse/all "TEST1=test1" [any [thru "TEST1" [any #" "] "=" copy cookie-value [some ";" | end]]]
>>cookie-value
none


Cas 2/

>>parse/all "TEST1=test1; TEST2=test2" [any [thru "TEST1" [any #" "] "=" copy cookie-value [some ";" | end]]]
>>cookie-value
none



Dans les 2 cas, je m'attends à avoir :

test1
guest27-Jul-2011/18:40:22+2:00
copy cookie-value [to ";" | to end]
trigram7-Jul-2011/21:40:56+2:00
Super, ca marche.
En fait, c'était simple comme d'habitude.

Login required to Post.


Powered by RebelBB and REBOL 2.7.8.4.2