string_downcase(s)
Return the lowercased copy of the string s.
s
string_downcase("HELLO, WORLD") // hello, world
Core Module Index | Contents