upper-case

Transforms the string to upper case

Usage no npm install needed!

<script type="module">
  import upperCase from 'https://cdn.skypack.dev/upper-case';
</script>

README

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