strup

fun strup(string: String): String(source)

⚠️ Deprecated ⚠️

This is deprecated since version 2.2.

This function is totally broken for the reasons discussed in the func@GLib.strncasecmp docs — use func@GLib.ascii_strup or func@GLib.utf8_strup instead.

Converts a string to upper case.

Return

the string

Parameters

string

the string to convert