camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Lowercase the keys of an object
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Convert a string to pascal case (upper camelcase).
Convert object keys to camel case
Transforms the string to lower case
Transform into a string with the separator denoted by the next word capitalized
Transform any case string into a lower case string with a space between each word
Transform into a lower cased string with dashes between words
Transform into a string of capitalized words without separators
Transforms the string to upper case
Transform into a lower case string with a period between words
Convert object keys from camel case
Transform into upper case string with an underscore between words
Transform into a lower case string with underscores between words
Transforms the string with the first character in upper cased
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Transform into a lower case with spaces between words, then capitalize the string
Transform into a lower case string with slashes between words
Convert a kebab-cased CSS property into a camelCased DOM property.