1.0.6 • Published 6 months ago

capitalize-first-letter-string v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago