camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
kebab-case
Convert a string to kebab-case, i.e. its dash separated form
dashify
Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
camelcase-es5
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
createpassword
This will convert a dash, dot, underscore, space and separated string to regularCase: node-js : nodeJs