Utility class for string operations.
Static
Converts a camelCase string to a kebab-case string.
The input camelCase string.
The converted kebab-case string.
Converts a kebab-case string to a camelCase string.
The input kebab-case string.
The converted camelCase string.
Converts a kebab-case string to a PascalCase string.
The converted PascalCase string.
Converts the first letter of a string to lowercase.
The input string.
The input string with the first letter converted to lowercase.
Converts a PascalCase string to a kebab-case string.
The input PascalCase string.
Converts the first letter of a string to uppercase.
The input string with the first letter converted to uppercase.
Utility class for string operations.