From: Bob Theslob Date: 2010-11-16T22:57:46+09:00 Subject: Parsing String Data I am very new to Ruby and I have an issue that I cannot seem to solve. Parse a data string, excise four digits (non- adjoined) in the middle of the string, and then assemble a second string using the data. As an example, my fisrt string has text “Test Part 123 G 477”, I want to assemble a new string “AABB123477”. What I do not know how to do is parse the text to get the numbers. Once having them I have had no problems assembling the new string. Can you help with this? -- Posted via http://www.ruby-forum.com/.