I am trying to parse out the string: My dog "ate" my "math homework" and "my cat" into the array: [My, dog, ate, my, math homework, and, my cat] Does anybody know a good way to do this? Thank you in advance, Cheri -- Posted via http://www.ruby-forum.com/.