converts all lower case characters to UPPER CASE
| std::to_lower_case | converts all upper case characters to lower case |
| std::to_title_case | converts the contents to Title Case |
| std_types::character | converts to upper case |
| std_types::string | returns the string converted to UPPER CASE |