hump

convert a string(like: hello-world) to camel-cased string(to: helloWorld)

camelcase

Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`