@yesstudio/yes-utils
    Preparing search index...

    Function toUpperCase

    • Converts string, as space separated words, to upper case.

      Type Parameters

      • T extends string

      Parameters

      • string: string

        The string to convert.

      Returns T

      Returns the upper cased string.

      toUpperCase('Hello, world!')
      // => 'HELLO WORLD'