proper-upper-case

0.1.0 • Public • Published

proper-upper-case

Takes a string and formats it to Proper Noun style case. Ex: "bill MURRAY" would change to "Bill Murray"

Usage

var toProperUpper = require('proper-upper-case');
 
console.log(toProperUpper('bill murray'));
 
// ==>  "Bill Murray"
 

Improvements

Test and add logic to handle punctuation.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i proper-upper-case

    Weekly Downloads

    3

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • tommydudebreaux