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`
Convert object keys to camel case
Transform into a string with the separator denoted by the next word capitalized
Convert object keys from camel case
recursively transform key strings to camel-case
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Given a string of dash-delimited words, return a similar version of the string, but which is camel-cased and otherwise stripped of special characters, whitespace, etc. so that it is usable as an ECMAScript variable.
Deeply convert the keys of an object to camelCase
{camel,constant,dot,kebab,pascal,snake,space} case it.
camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
Convert object keys recursivly to camelCase using lodash
Convert object keys recursivly to camelCase
recursively transform key strings to camel-case, forked fro camelize (https://github.com/substack/camelize)
recursively transform key strings to camel-case
Recursively transform object key strings to and from camelCase and snake_case (underscore)
Transform object keys easily using whatever transform function
Command-line string casing tool
Converts object keys or array of objects' keys to different case styles
A HOC to deeply camelize React props keys
Snakecase the keys of an object