blob: 8dfe460af18e4e06ad3a79686753722b6e2ee2a1 [file] [log] [blame]
SYNOPSIS
string lower_case(string str)
DESCRIPTION
Convert all characters in str to lower case, and return the
new string.
EXAMPLES
lower_case("Heya!") -> "heya!"
SEE ALSO
capitalize(E), upper_case(E)