OpenCMISS-Iron Internal API Documentation
strings::charactertolowercase Interface Reference

Returns a character string which is the lowercase equivalent of the supplied string. More...

Private Member Functions

character(len=len(string)) function character_to_lowercase_c (STRING)
 
character(len=len(string)) function character_to_lowercase_vs (STRING)
 Returns a character string that is the lowercase equivalent of the supplied varying string. More...
 

Detailed Description

Returns a character string which is the lowercase equivalent of the supplied string.

Definition at line 71 of file strings.f90.

Member Function/Subroutine Documentation

character(len=len(string)) function strings::charactertolowercase::character_to_lowercase_c ( character(len=*), intent(in)  STRING)
private
Parameters
[in]stringThe 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]stringThe string to convert
Returns
On exit, the lowercase equivalent of the string

Definition at line 1747 of file strings.f90.