0.1.3 • Published 8 years ago

string-totitlecase v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

string-totitlecase

NOTE: string-totitlecase was renamed to @extra-string/to-title-case. NPM

Convert string to title case.

const toTitleCase = require('string-totitlecase');
// toTitleCase(<string>, [separator=/\W+/g])

toTitleCase('Geminid meteor shower')
// 'Geminid Meteor Shower'
toTitleCase('geminid-meteor-shower');
// 'Geminid Meteor Shower'
toTitleCase('geminid_meteor_shower', '_');
// 'Geminid Meteor Shower'
0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago