convert-string-camel

1.0.1 • Public • Published

convert-string-camel

Convert a dash,dot,underscore separated string to camelCase

Install

$ npm i convert-string-camel

Usage

var input = "hello-world";
var output = toCamelCase(input);
console.log(output); // Output: helloWorld

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i convert-string-camel

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.34 kB

Total Files

3

Last publish

Collaborators

  • waiyankyawlin-007