Change the full string to particular case: upper or lower.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=STRING_BUFFER_LENGTH), | private | :: | res |
Mmake the whole string to upper case
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | text | Input string of any case |
Output string of upper case
Make the whole string to lower case
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | text | Input string of any case |
Output string of lower case