Transforms a string into the camel-case format. ThisIsPascalCase, while thisIsCamelCase, this-is-kebab-case, and this_is_snake_case.
String for case transformation
Transforms a string into the pascal-case format. ThisIsPascalCase, while thisIsCamelCase, this-is-kebab-case, and this_is_snake_case.
Generated using TypeDoc
Transforms a string into the camel-case format. ThisIsPascalCase, while thisIsCamelCase, this-is-kebab-case, and this_is_snake_case.