0.1.5 • Published 7 years ago

capitalize-sentence v0.1.5

Weekly downloads
1,135
License
MIT
Repository
github
Last release
7 years ago

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

0.1.5

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago