UCWORDS for javascript
Uppercase the first character of each word in a string.
const ucwords = ;; // 'Hello World'
Inspired by Jeffrey Way
Uppercase the first character of each word in a string.
const ucwords = ;; // 'Hello World'
Inspired by Jeffrey Way
npm i ucwords
85
1.0.5
MIT