From: Andrew Stewart Date: 2007-03-16T22:35:01+09:00 Subject: Splitting A String Hello, What's a (good) way to convert this: 'a quick "brown fox" jumped "over the lazy" dog' into this: [ 'a', 'quick', 'brown fox', 'jumped', 'over the lazy', 'dog' ] ? Thanks! Regards, Andy Stewart