upper-case
Upper case a string
Last updated 10 years ago by blakeembrey .
MIT · Repository · Bugs · Original npm
$ cnpm install upper-case 
SYNC missed versions from official npm registry.

Upper Case

NPM version NPM downloads Bundle size

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

Current Tags

  • 2.0.2                                ...           latest (5 years ago)

3 Versions

  • 2.0.2                                ...           5 years ago
  • 2.0.1                                ...           6 years ago
  • 1.1.3                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (4)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org