String manipulation has always been a major part of a developers job - handling sourced (stored and posted) data, stripping and formatting it to suit our needs. I've always found it tedious and time consuming to string it by using the common string variable methods. ToUpper() ToLower() Replace() SubString...