sindresorhus / camelcase

Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
MIT License
682 stars 95 forks source link

Update index.js #82

Closed MeshalEnzi closed 3 years ago

MeshalEnzi commented 3 years ago

supporting forward slash camelCase('foo/bar'); //=> 'fooBar'

sindresorhus commented 3 years ago

The PR will need a proper title and you need to add tests.