包详细信息

to-sentence-case

ianstormtaylor107.8kMIT1.0.0

Convert a string to sentence case.

sentence, case, sentencecase, string

自述文件

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