GLib.unichar_islower

function unichar_islower(c: String): Boolean {
    // Gjs wrapper for g_unichar_islower()
}
  

Determines whether a character is a lowercase letter. Given some UTF-8 text, obtain a character value with GLib.utf8_get_char.

c

a Unicode character

Returns

true if c is a lowercase letter