1.0.5 • Published 7 years ago

firstcapital v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Functionality

Capitalize the first letter of the sentence and word(s). Use to make the first letter of a sentence or words capital .

Installation

npm i firstcapital

Usage

Example 1 var sample = require('firstcapital') sample.firstCap("if you want to shine like a sun, first burn like a sun")

Response : "If you want to shine like a sun, first burn like a sun" Response type : String

Example 2 var sample = require('firstcapital') sample.onlyFirstCap("tHE qUiCk broWN FoX juMpS ovEr THE laZy DoG")

Response : "The quick brown fox jumps over the lazy dog" Response type : String

Contributor(s)

Mohit Kapoor -@2cool2envy - kapoormohit01@gmail.com

Install NodeJS in your system

https://nodejs.org/en/download

Let's together make it more better

eMail : kapoormohit01@gmail.com

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago