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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2,379
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2,379
  • 1.0.0
    0

Package Sidebar

Install

npm i text-upper-case

Weekly Downloads

2,379

Version

1.0.2

License

MIT

Unpacked Size

6.58 kB

Total Files

7

Last publish

Collaborators

  • dimetrix