Function toUpperCaseL

Converts a string to uppercase returning string as type

toUpperCaseW('Hello, world!') // 'HELLO, WORLD!'
  • Parameters

    • s: string

      The string to convert.

    Returns string

    The converted string.