Camel Case
Convert into a text with the separator denoted by the next word capitalized.
Installation
npm install text-camel-case --save
Usage
; ; //=> "string"; //=> "dotCase"; //=> "pascalCase"; //=> "camelCase"; //=> "version_1_2_3"
The function also accepts options
.
Merge Numbers
If you'd like to remove the behavior prefixing _
before numbers, you can use camelCaseTransformMerge
:
; ; //=> "version123"
License
MIT