Skip to content

asUpperCase

Module Export

text |> text

Makes all characters in text upper case

Example

import { asUpperCase } from 'text'
from 'abc' asUpperCase
// Returns:
'ABC'