Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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"]