S
Siratinee Sukachai
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?
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?