String Utilities

A couple of online string utilities written in JavaScript that you can make use of. The available utility methods are:

To Lowercase / To Uppercase / Character Count / Word Count / Reverse
String Splitter
Default is to split on every characters. Use \f for form feeds, \n for new line, \r for carriage returns, \t for tabs.
Detailed Character Information