Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dirk Alders 97486731b5 Dashboard 2 - EG-West пре 4 месеци
..
test Dashboard 2 - EG-West пре 4 месеци
.npmignore Dashboard 2 - EG-West пре 4 месеци
History.md Dashboard 2 - EG-West пре 4 месеци
Makefile Dashboard 2 - EG-West пре 4 месеци
Readme.md Dashboard 2 - EG-West пре 4 месеци
index.js Dashboard 2 - EG-West пре 4 месеци
package.json Dashboard 2 - EG-West пре 4 месеци

Readme.md

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