asciiStrdown

fun asciiStrdown(str: String, len: Long): String

Converts all upper case ASCII letters to lower case ASCII letters, with semantics that exactly match func@GLib.ascii_tolower.

Return

a newly-allocated string, with all the upper case characters in

Parameters

str

a string

len

length of @str in bytes, or -1 if @str is nul-terminated