react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / umd / node_modules / uglify-js / node_modules / yargs / node_modules / decamelize / readme.md
80766 viewsdecamelize 
Convert a camelized string into a lowercased one with a custom separator Example:
unicornRainbow
→unicorn_rainbow
Install
Usage
API
decamelize(input, [separator])
input
Required
Type: string
separator
Type: string
Default: _
Related
See camelcase
for the inverse.
License
MIT © Sindre Sorhus