string_upcase


string_upcase(s)
      

Return the uppercased copy of the string s.

Examples:


string_upcase("hello, world")
// HELLO, WORLD          
      

Also see:

string_downcase
string_titlecase


Core Module Index | Contents