Question
extracting strings from a string
Given the following string:
sendRPCDone(frameElement, "chelsea", new Array("chelsea", "chelsea fc", "chelsea football club", "chelsea building society", "chelsea charms", "chelsea flower show", "chelseafc", "chelsea piers", "chelsea football", "chelsea clinton"),
is it possible to extract each word delimited by " " (eg. "chelsea","chelsea fc"...) and store it in an array?
thanks
a
sendRPCDone(frameElement, "chelsea", new Array("chelsea", "chelsea fc", "chelsea football club", "chelsea building society", "chelsea charms", "chelsea flower show", "chelseafc", "chelsea piers", "chelsea football", "chelsea clinton"),
is it possible to extract each word delimited by " " (eg. "chelsea","chelsea fc"...) and store it in an array?
thanks
a