Str.strup

Converts a string to upper case.

More...
struct Str
static
string
strup
(
string string_
)

Parameters

string_ string

the string to convert

Return Value

Type: string

the string

Detailed Description

Deprecated: This function is totally broken for the reasons discussed in the g_strncasecmp() docs - use g_ascii_strup() or g_utf8_strup() instead.