Skip to content

waiyankyawlin-007/convert-string-camel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published