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

Dependencies (0)

    Dev Dependencies (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