1.0.0 • Published 8 years ago

first-upper-case v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Convert first letter Capital letter from the string

A small library that converts capital letter

Installation

npm install first-upper-case

Usage

var toFirstUpperCase = require('first-upper-case');

var str = 'welcome to node package manager';

var convertedString = str.toFirstUpperCase();

Output should be `Welcome to node package manager

Tests

Contributing