1.0.6 • Published 6 years ago

capitalizefirstletterofwords v1.0.6

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

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago