1.0.6 • Published 7 months ago

capitalize-first-letter-string v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

capitalize-first-letter-string

A simple npm package to capitalize the first character of a string.

Installation

You can install the package using npm:

npm install capitalize-first-letter-string

Usage

Simply import "capitalizeFirstCharacter" from "capitalize-first-letter-string"

import capitalizeFirstCharacter from 'capitalize-first-letter-string

Call capitalizeFirstCharacter('hello word') anywhere in your code and pass your string in it like

capitalizeFirstCharacter("hello word")

Output ===> Hello word

1.0.6

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago