Skip to content

Latest commit

 

History

History

title_case

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Title Case

Transform a string into title case following English rules.

Usage

import { titleCase } from "title-case";

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

License

MIT