From: Ak 756 Date: 2007-09-28T12:31:01+09:00 Subject: simple regexp question Hi I have a .txt file which contains one line data as "George",33,"engineer, r&d department, this company","234-7554-344" I use name,age,memo,tel=File.open(filename).split(',') to collect values but get wrong value for memo and tel. I want string "engineer, r&d department, this company" not be splited by comma, how can I do that? -- Posted via http://www.ruby-forum.com/.