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.

Package Sidebar

Install

npm i proper-upper-case

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • tommydudebreaux