title-case
TypeScript icon, indicating that this package has built-in type declarations

4.2.0 • Public • Published

Title Case

Transform a string into title case following English rules.

Installation

npm install title-case --save

Usage

import { titleCase } from "title-case";

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

TypeScript and ESM

This package is a pure ESM package and ships with TypeScript definitions. It cannot be require'd or used with CommonJS module resolution in TypeScript.

License

MIT

Package Sidebar

Install

npm i title-case

Weekly Downloads

4,309,064

Version

4.2.0

License

MIT

Unpacked Size

11.7 kB

Total Files

5

Last publish

Collaborators

  • blakeembrey