HomeManualTopicsTypesSymbols

std::to_lower_case

converts all upper case characters to lower case

Parameter

string
the string to be converted

Result

lower
the lower case version of string

Topic

Strings

See also

std::to_upper_case converts all lower case characters to UPPER CASE
std::to_title_case converts the contents to Title Case

Implemented by

std_types::character converts to lower case
std_types::string returns the string converted to lower case