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