1.2.2 • Published 5 years ago

convertparagraphtosentencecase v1.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Convert Paragraph To Sentence Case

Sentence case a paragraph

Installation

Node

npm i convertparagraphtosentencecase --save

Usage

const convert = require('convertparagraphtosentencecase')

convert('STRING TEST.')     // => 'String test.'
convert('string test.')     // => 'String test.'
convert('StRiNg TeSt.')     // => 'String test.'

License

MIT

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago