ucwords

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i ucwords

Weekly Downloads

122

Version

1.0.5

License

MIT

Last publish

Collaborators

  • mattstypa