Skip to content

upperCase

Convert letters to upper case

basic usage

argument

  • str: string The string to convert

returns

  • string The converted string
ts
import { toLowerCase } from 'func-dash'
toLowerCase('hello world') // HELLO WORLD