Skip to content

zhouhuafei/zhf.str-to-hump

Repository files navigation

字符串转驼峰

const strToHump = require('zhf.str-to-hump');

console.log(strToHump('hello-world')); // helloWorld
console.log(strToHump('hello&world', '&')); // helloWorld
console.log(strToHump('-hello-world')); // HelloWorld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published