Skip to content

Ierofantis/title-case-sentence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title-case-sentence

String title-case-sentence

Install

$ npm install title-case-sentence

Usage

const titleCase = require('title-case-sentence')

titleCase('hello world hello good fucking world')
// => "Hello World Hello Good Fucking World"

About

NPM module for returning the first letter of each word capitalized.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published