Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

split-camelase

A small module for splitting camelCased strings

Example

var splitCC = require('split-camel-case');
console.log(splitCC('CamelCasedString')); // => [ 'Camel', 'Cased', 'String' ]

About

A small module for splitting camelCased strings

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages