Str.strdown

Converts a string to lower case.

More...
struct Str
static
string
strdown
(
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_strdown() or g_utf8_strdown() instead.