[ CCode ( cname = "g_ascii_strdown" ) ]
public string ascii_down (ssize_t len = -1)
Converts all upper case ASCII letters to lower case ASCII letters.
len |
length of |
str |
a string |
a newly-allocated string, with all the upper case characters in |