Dirk Alders 97486731b5 Dashboard 2 - EG-West | il y a 4 mois | |
---|---|---|
.. | ||
test | il y a 4 mois | |
.npmignore | il y a 4 mois | |
History.md | il y a 4 mois | |
Makefile | il y a 4 mois | |
Readme.md | il y a 4 mois | |
index.js | il y a 4 mois | |
package.json | il y a 4 mois |
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