Skip to content

A npm package that capitalizes the first letter of each word in a string

Notifications You must be signed in to change notification settings

vikartp/capitalize-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

capitalize-words

Function that capitalizes the first letter of each word in a string

Example uses:

const capitalizeFn = require('capitalize-words-regex-function');

console.log(capitalizeFn('you are my best capitalize package')) // You Are My Best Capitalize Package

About

A npm package that capitalizes the first letter of each word in a string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published