From: Siratinee Sukachai Date: 2011-04-22T19:52:09+09:00 Subject: Split dot and equa sign by recursive I need to do a function which can split dot and equa by recursive. But I don't have any ideas to do on recursive. This is the example of my strings Member.certPm=PM Certification projects.risks.Index.flash_downloading=Downloading report, please wait.. The numbers of dot it is different. I need to split these strings and set on hashes Member => {certPm => PM Certification} projects => {risks => {Index => {flash_downloading => Downloading report, please wait..}}} Do you have any guide for me to do this? -- Posted via http://www.ruby-forum.com/.