string_downcase


string_downcase(s)
      

Return the lowercased copy of the string s.

Examples:


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

Also see:

string_upcase
string_titlecase


Core Module Index | Contents