String Utilities
A couple of online string utilities written in JavaScript that you can make use of. The available utility methods are:
- Convert a string to lowercase or uppercase
- Character count / String lenght
- Word count (May not be 100% accurate as word boundaries might not be what you expect them to be)
- Reverse string
- String splitter
- Detailed character information (decimal, octal, hex, unicode, html escape, etc.)
String splitter
Copy-paste the string here: