blakeembrey/change-case

blakeembrey/change-case

Releases123
Frequency1 month 2 days
Last Release
Stars2.41K
Convert strings between camelCase, PascalCase, Capital Case, snake_case and more

Linked projects

Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Transform into a string with the separator denoted by the next word capitalized
Transform into a string of capitalized words without separators
Transform any case string into a lower case string with a space between each word
Transforms the string to upper case
Transform into a lower case with spaces between words, then capitalize the string
Transform into upper case string with an underscore between words
Transforms the string with the first character in upper cased
Transform into a lower cased string with dashes between words
Transforms the string to lower case
Transform into a lower case string with underscores between words
Transform a string into title case following English rules
Transform into a lower case string with a period between words
Returns `true` if the string is lower case only
Transform into a lower case string with slashes between words
Returns `true` if the string is upper case only.
Transform a string by swapping every character from upper to lower case, or lower to upper case
Transforms the string with only the first character in lower case
Transform into a dash separated string of capitalized words
Transform into a space separated string with each word capitalized
Stub TypeScript definitions entry for change-case, which provides its own types definitions
Transform into a string with random capitalization applied