strdown

fnstring strdown(string string_)

Converts a string to lower case.

Parameters

string_the string to convert

Returns

the string

Deprecated

This function is totally broken for the reasons discussed

in the funcGLib.strncasecmp docs — use funcGLib.ascii_strdown or funcGLib.utf8_strdown instead.