just-camel-case
Part of a library of zero-dependency npm modules that do just do one thing.
Guilt-free utilities for every occasion.
🍦 Try it
npm install just-camel-case
yarn add just-camel-case
Convert a string to camel case
import camelCase from 'just-camel-case';
camelCase('the quick brown fox');
camelCase('the_quick_brown_fox');
camelCase('the-quick-brown-fox');
camelCase('theQuickBrownFox');
camelCase('thequickbrownfox');
camelCase('the - quick * brown# fox');
camelCase('behold theQuickBrownFox');
camelCase('Behold theQuickBrownFox');
camelCase('The quick brown FOX'), 'theQuickBrownFox');
camelCase('theQUickBrownFox');
camelCase('theQUIckBrownFox');
camelCase('theQUICKBrownFox');