Returns a character string which is the lowercase equivalent of the supplied string.
More...
Returns a character string which is the lowercase equivalent of the supplied string.
Definition at line 71 of file strings.f90.
character(len=len(string)) function strings::charactertolowercase::character_to_lowercase_c |
( |
character(len=*), intent(in) |
STRING | ) |
|
|
private |
- Parameters
-
[in] | string | The string to convert to lowercase |
- Returns
- On exit, the lowercase equivalent of the string
Definition at line 1722 of file strings.f90.
character(len=len(string)) function strings::charactertolowercase::character_to_lowercase_vs |
( |
type(varying_string), intent(in) |
STRING | ) |
|
|
private |
Returns a character string that is the lowercase equivalent of the supplied varying string.
- Parameters
-
[in] | string | The string to convert |
- Returns
- On exit, the lowercase equivalent of the string
Definition at line 1747 of file strings.f90.