asUpperCase
Module Export
text |> text
Makes all characters in text upper case
Example
import { asUpperCase } from 'text'
from 'abc' asUpperCase
// Returns:'ABC'
Module Export
text |> text
Makes all characters in text upper case
import { asUpperCase } from 'text'
from 'abc' asUpperCase
// Returns:'ABC'