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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    11
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i proper-upper-case

Weekly Downloads

11

Version

0.1.0

License

MIT

Last publish

Collaborators

  • tommydudebreaux