This class allows you to perform various operations on the String.
List of operations:
Generate random String(password)
String to Camel Case
String to Snake Case
String to Java Constance
String to Up Case
String to Low Case
Get digit from String
get char from string (Delete digit in String)
String in reverse order
Hope this helps you.