Public Member Functions | |
| character(string) function | uchar (ch) |
Definition at line 189 of file dc_string.f90.
| character(string) function dc_string::uchar::uchar | ( | character(len = *), intent(in) | ch | ) |
Return uppercase copy of string
Returns a copy of ch with all lowercase letters converted to uppercase. Non-alphabetic characters and already uppercase characters are unchanged.
| [in] | ch | String to convert |
Definition at line 1785 of file dc_string.f90.