hump('hello_world') // 'helloWorld'
hump('hello-world') // 'helloWorld'
hump('hello world') // 'helloWorld'
hump('helloWorld1') // 'hello_world1'
hump('helloWorld1', {
pattern: /(?=[A-Z0-9])/
}) //hello_world_1
hump('helloWorld', {
retrofit: '-'
} //hello-world
hump-string
1.0.0 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i hump-string
Repository
Weekly Downloads
0
Version
1.0.0
License
MIT