Node-Red configuration
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
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