toUpper

Converts all characters in str to be uppercase.

  1. string toUpper(string str)
    static pure
    string
    toUpper
    (
    string str
    )
  2. T toUpper(T c)

Parameters

str string

The string to convert to uppercase.

Return Value

Type: string

str in uppercase.

Meta