1.0.0 • Published 8 years ago

to-sentence-case v1.0.0

Weekly downloads
16,533
License
MIT
Repository
github
Last release
8 years ago

to-sentence-case

Convert a string to a sentence case.

Installation

$ component install ianstormtaylor/to-sentence-case

Example

var sentence = require('to-sentence-case');

sentence('the catcher in the rye'); 
// "The catcher in the rye"

API

toSentenceCase(string)

Returns the sentence-case variant of a string.

License

MIT