Skip to content

nparthiphp/first-upper-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published