capitalize-words-regex-function
v1.0.5
Published
a npm package that helps to capitalize each words of a string
Downloads
1
Maintainers
Readme
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