ucwords

Uppercase the first character of each word in a string

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
ucwords
1.0.56 years ago8 years agoMinified + gzip package size for ucwords in KB

Readme

UCWORDS for javascript
Build Status Latest Stable Version Total Downloads License
Uppercase the first character of each word in a string.
const ucwords = require('ucwords');
ucwords('hello world'); // 'Hello World'

Inspired by Jeffrey Way
tweet