[REBOL] Parsing query.
From: tbrownell:l3technology at: 27-Feb-2003 13:34
Ok, Take the string... str: "This is @ test one @ test two @ some more" What is the best way to parse this so I end up with... n: ["test one" "test two" "some more"]
[REBOL] Parsing query.From: tbrownell:l3technology at: 27-Feb-2003 13:34
|