This package has been deprecated

Author message:

Use `str.toLocaleUpperCase` or `str.toUpperCase`

upper-case
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/upper-case package

3.0.0 • Public • Published

Upper Case

Transforms the string to upper case.

Installation

npm install upper-case --save

Usage

import { upperCase, localeUpperCase } from "upper-case";

upperCase("string"); //=> "STRING"

localeUpperCase("string", "tr"); //=> "STRİNG"

License

MIT

/upper-case/

    Package Sidebar

    Install

    npm i upper-case

    Weekly Downloads

    9,568,701

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    7.16 kB

    Total Files

    8

    Last publish

    Collaborators

    • blakeembrey