text-title-case
v1.0.2
Published
Convert a text into title case following English rules
Downloads
11,625
Maintainers
Readme
Title Case
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