Dirk Alders 97486731b5 Dashboard 2 - EG-West | пре 4 месеци | |
---|---|---|
.. | ||
test | пре 4 месеци | |
.npmignore | пре 4 месеци | |
History.md | пре 4 месеци | |
Makefile | пре 4 месеци | |
Readme.md | пре 4 месеци | |
index.js | пре 4 месеци | |
package.json | пре 4 месеци |
Convert a string to a sentence case.
$ component install ianstormtaylor/to-sentence-case
var sentence = require('to-sentence-case');
sentence('the catcher in the rye');
// "The catcher in the rye"
Returns the sentence-case variant of a string
.
MIT