1.0.2 • Published 5 years ago

text-title-case v1.0.2

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

Title Case

NPM version NPM downloads Bundle size

Transform a text into title case following English rules.

Installation

npm install text-title-case --save

Usage

import { titleCase } from "text-title-case";

titleCase("string"); //=> "String"
titleCase("follow step-by-step instructions"); //=> "Follow Step-by-Step Instructions"

License

MIT