1.0.6 • Published 5 years ago

capitalizefirstletterofwords v1.0.6

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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago