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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i ucwords

    Weekly Downloads

    78

    Version

    1.0.5

    License

    MIT

    Last publish

    Collaborators

    • mattstypa