strup

fnstring 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.