628 packages found
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others
Transform into a lower cased string with dashes between words
Transform into a string with the separator denoted by the next word capitalized
Transform into a string of capitalized words without separators
Transform into a lower case string with underscores between words
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
Convert object keys to camel case
Transform a string into title case following English rules
Transforms the string to upper case
Transforms the string to lower case
Transform into a lower cased string with spaces between words
Transform into upper case string with an underscore between words
Transform into a space separated string with each word capitalized
Transform into a lower case string with a period between words
Transform into a lower case string with slashes between words
Returns `true` if the string is upper case only.
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Returns `true` if the string is lower case only
Transforms the string with the first character in upper cased