capitalize-sentence

0.1.5 • Public • Published

capitalize-sentence Build Status

Capitalize each sentence

Install

npm install --save capitalize-sentence

Usage

import capitalize from 'capitalize-sentence';
 
capitalize('hello world. hello awesome.'); // Hello world. Hello awesome.

API

capitalize(input)

input

Type: string

Text for transform.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i capitalize-sentence

Weekly Downloads

317

Version

0.1.5

License

MIT

Last publish

Collaborators

  • andrepolischuk