StringTransforms extension

on

Methods

fromKebabCaseToCamelCase() String
Transforms a string from kebab-case to camelCase.
toCapitalized() String
Capitalizes the first letter and lowercases the rest of them.
trimAll() String
Removes the unnecessary whitespace from a string.