string_titlecase(s)
Return the title-cased copy of the string s.
s
string_titlecase("hello, WORLD") // Hello, World
Core Module Index | Contents