@stdlib/string-kebabcase-cli
Convert a string to kebab case.
Convert a string to kebab case.
Convert a string to Pascal case.
Convert a string to Pascal case.
Convert a string to lowercase.
Convert a string to lowercase.
Convert a string to uppercase.
Convert a string to camel case.
Convert a string to camel case.
Capitalize the first character in a string.
Capitalize the first character in a string.
Convert a string to constant case.
Convert a string to constant case.
Convert a string to dot case.
Convert a string to dot case.
convert case of string
Transform a string by swapping every character from upper to lower case, or lower to upper case
Transform into a string with random capitalization applied
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Transform a string into title case following English rules
Advanced chainable string manipulation