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

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i capitalize-sentence

    Weekly Downloads

    274

    Version

    0.1.5

    License

    MIT

    Last publish

    Collaborators

    • andrepolischuk