text-upper-case
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Upper Case

NPM version NPM downloads Bundle size

Convert text to all uppercase letters

Installation

npm install text-upper-case --save

Usage

import { upperCase } from "text-upper-case";
 
upperCase("STRING"); //=> "STRING"
upperCase("PascalCase"); //=> "PASCALCASE"
upperCase("camelCase"); //=> "CAMELCASE"

License

MIT

Package Sidebar

Install

npm i text-upper-case

Weekly Downloads

1,981

Version

1.0.2

License

MIT

Unpacked Size

6.58 kB

Total Files

7

Last publish

Collaborators

  • dimetrix