toUpper

fnchar toUpper(char c) @safe nothrow @nogc

Converts the character to uppercase if it is a lowercase letter.

fnStr toUpper(Str str) @safe nothrow @nogc

Converts all lowercase letters in the string to uppercase.