strup
fn
string strup(string string_)Converts a string to upper case.
Parameters
string_ | the string to convert |
Returns
the string
Deprecated
This function is totally broken for the reasons discussed
in the funcGLib.strncasecmp docs — use funcGLib.ascii_strup or funcGLib.utf8_strup instead.