strup

Converts a string to upper case.

More...
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 funcGLib.strncasecmp docs — use funcGLib.ascii_strup or funcGLib.utf8_strup instead.