str converted to lower case. (Note that this is unlike the old funcGLib.strdown, which modified the string in place.)
asciiStrdown
fn
string asciiStrdown(string str)Converts all upper case ASCII letters to lower case ASCII letters, with semantics that exactly match funcGLib.ascii_tolower.
Parameters
str | a string |
Returns
a newly-allocated string, with all the upper case characters in