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