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