1.0.6 • Published 3 years ago

capitalizefirstletterofwords v1.0.6

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

Capitalize first letter of each word in a string.

Installation

npm i capitalizefirstletterofwords --save

Synopsis

Capitalize first letter of each word in a string:

const capitalizeAllWords = require("capitalizefirstletterofwords");

capitalizeAllWords("lorem ipsum is simply dummy"); //=> "Lorem Ipsum Is Simply Dummy"

capitalizeAllWords("hello there"); //=> "Hello There"

License

MIT

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago