Str.strup

Warning g_strup has been deprecated since version 2.2 and should not be used in newly-written code. This function is totally broken for the reasons discussed in the g_strncasecmp() docs - use g_ascii_strup() or g_utf8_strup() instead. Converts a string to upper case.

class Str
static
string
strup
(
string string
)

Parameters

string string

the string to convert.

Return Value

Type: string

the string

Meta