Wow, thanks. There's so much out there - it's a bit overwhelming. I feel
like a baby goldfish in a non-chlorinated swimming pool filled with rafts
and other assorted swimming paraphernalia trying not to get lost.
ยทยทยท
On 3/1/07, James Edward Gray II <james@grayproductions.net> wrote:
On Mar 1, 2007, at 7:02 AM, Louis J Scoras wrote:
If you keep doing a lot of this, you might want to look into the
HighLine library. It gives you the tools to validate and convert
input as well as issue error messages on certain conditions:
Lose the !. Just issue a new string with capitalize. There's no
serious performance or memory issue here (unless someone has a name
the size of "War and Peace"
Even that should not be a problem:
"War and Peace".size
#=> 13
max
ยทยทยท
On 3/1/07, dblack@wobblini.net <dblack@wobblini.net> wrote:
On 3/1/07, dblack@wobblini.net <dblack@wobblini.net> wrote:
Lose the !. Just issue a new string with capitalize. There's no
serious performance or memory issue here (unless someone has a name
the size of "War and Peace"