convertparagraphtosentencecase

1.2.2 • Public • Published

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

Package Sidebar

Install

npm i convertparagraphtosentencecase

Weekly Downloads

1

Version

1.2.2

License

MIT

Unpacked Size

3.85 kB

Total Files

4

Last publish

Collaborators

  • hvag