GLib.unichar_tolower

function unichar_tolower(c: String): String {
    // Gjs wrapper for g_unichar_tolower()
}
  

Converts a character to lower case.

c

a Unicode character.

Returns

the result of converting c to lower case. If c is not an upperlower or titlecase character, or has no lowercase equivalent c is returned unchanged.