Enhancing the String type

I know this is a little basic for most programmers, but it could be useful, none the less…

String Extensions

Have a look at Joe’ StringUtils module or Kem’s M String module … both are excellent collections of string extensions.

Thanks, I will do.
I’m afraid I am a glutton for punishment though and find myself re-inventing the wheel as a learning process

One can also learn by studying good code, and it doesn’t get much better than these guys:

StringUtils http://www.strout.net/info/coding/rb/intro.html

M String http://www.mactechnologies.com/index.php?page=downloads

P.S I especially recommend Joe’s drag demo … took me years to get it :wink: