caps

0.0.1 • Public • Published

caps

Convert all types of words and letters to capital letters.

Basic setup

Install caps with npm or yarn

npm i caps

Example:

const caps = require('caps');

let inputString = "the quick brown fox jumps over the lazy dog";
let wordsToUppercase = "quick, brown, over";
console.log(caps(inputString, wordsToUppercase));

Dependents (0)

Package Sidebar

Install

npm i caps

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

1.2 kB

Total Files

3

Last publish

Collaborators

  • b1i