strdown

fun strdown(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_strdown or func@GLib.utf8_strdown instead.

Converts a string to lower case.

Return

the string

Parameters

string

the string to convert