OpenCMISS-Iron Internal API Documentation
|
Returns a varying string which is the lowercase equivalent of the supplied string. More...
Private Member Functions | |
type(varying_string) function | vstring_to_lowercase_c (STRING) |
Returns a varying string that is the lowercase equivalent of the supplied character string. More... | |
type(varying_string) function | vstring_to_lowercase_vs (STRING) |
Returns a varying string that is the lowercase equivalent of the supplied varying string. More... | |
Returns a varying string which is the lowercase equivalent of the supplied string.
Definition at line 243 of file strings.f90.
|
private |
Returns a varying string that is the lowercase equivalent of the supplied character string.
[in] | string | The string to convert |
Definition at line 1772 of file strings.f90.
|
private |
Returns a varying string that is the lowercase equivalent of the supplied varying string.
[in] | string | The string to convert |
Definition at line 1797 of file strings.f90.