first-upper-case

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i first-upper-case

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • nparthiban