Function to turn all upper case characters to lower case.
The resulting string returned has the same length as the input string, and all upper case characters turned into lower case.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*) | :: | string | string to be converted |
converted string
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | mm |