Str.stringAsciiUp

Converts all lowercase ASCII letters to uppercase ASCII letters.

class Str
static
stringAsciiUp

Parameters

string StringG

a GString

Return Value

Type: StringG

passed-in string pointer, with all the lowercase characters converted to uppercase in place, with semantics that exactly match g_ascii_toupper().

Meta