toUpper

Converts all characters in a givens string to uppercase

  1. string toUpper(string s)
  2. string toUpper(string s)
    pure @safe
    string
    toUpper
    (
    string s
    )

Parameters

s string

The string to be processed

Return Value

Type: string

The new string

Meta