From: Scott Date: 2006-08-20T02:10:10+09:00 Subject: Re: Convert "ThisIsSomeString" to "this_is_some_string"? If you have Rails installed: require 'action_pack' "ThisIsSomeString".underscore => "this_is_some_string" -- Scott Joshua Muheim wrote: > Hi all > > What's the fastest way to convert "ThisIsSomeString" to > "this_is_some_string"? > > Thanks for help, > Joshua > > -- > Posted via http://www.ruby-forum.com/.