title-case
Title case a string
Last updated 10 years ago by blakeembrey .
MIT · Repository · Bugs · Original npm
$ cnpm install title-case 
SYNC missed versions from official npm registry.

Title Case

NPM version NPM downloads Bundle size

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"

License

MIT

Current Tags

  • 3.0.3                                ...           latest (5 years ago)

4 Versions

  • 3.0.3                                ...           5 years ago
  • 3.0.2                                ...           6 years ago
  • 2.1.1                                ...           8 years ago
  • 1.1.2                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (4)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org