1.0.1 • Published 5 years ago

split-camelcase-to-words v1.0.1

Weekly downloads
547
License
MIT
Repository
github
Last release
5 years ago

Split-CamelCase-To-Words Build Status

Convert camelcase string to words

Install

npm install --save split-camelcase-to-words

Import

var toWords = require('split-camelcase-to-words'); or import toWords from 'split-camelcase-to-words';

Use

toWords('HelloWorld HowAreYou') => Hello World How Are You toWords('helloWorld howAreYou') => Hello World How Are You toWords('helloWorld') => Hello World

1.0.1

5 years ago

1.0.0

5 years ago