capitalizeInitial
Capitalizes the first letter of a word in a string.
capitalizeWords
Capitalizes the first letter of each word in a given string.
snakeCase
Converts a string to snake_case format.
kebabCase
Converts a string to kebab-case format.
camelCase
Converts a string to camelCase format.
pascalCase
Converts a string to PascalCase format.