From: Jordon Bedwell Date: 2007-11-25T16:03:17+09:00 Subject: Re: Convert words to numbers and back? What I need to do is convert "22/11/2007" to "twenty-two/eleven/two-thousand-seven" and then convert it back to "22/11/2007", what I will be doing is building a plugin for Mephisto to highjack my archive URIs to words over numbers and then converting it back to Mephisto when it comes back in. Out as word in as number. That way no major changes have to be made to the backend itself. It doesn't have to add in the dashes since I can simply do that with split (" ") and join ("-"). I did look into Linguistics but it is a one way conversion, I need 2 way conversion. Thanks. -- Posted via http://www.ruby-forum.com/.