Determines if a &str is camelCase bool``
Determines if a &str is ClassCase bool
Determines of a &str is SCREAMING_SNAKE_CASE
Determines if a &str is kebab-case
Determines if a &str is pascalCase bool``
Determines of a &str is Sentence case
Determines if a &str is snake_case bool
Determines if a &str is table-case
Determines if a &str is Title Case
Determines if a &str is Train-Case
Converts a &str to camelCase String
Converts a &str to ClassCase String
Converts a &str to SCREAMING_SNAKE_CASE String
Converts a &str to kebab-case String
Converts a &str to pascalCase String
Converts a &str to Sentence case String
Converts a &str to snake_case String
Converts a &str to table-case String
Converts a &str to Title Case String
Converts a &str to Train-Case String