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