tolower Function

public function tolower(str)

Change string case to lower

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: str

input string

Return Value character(len=Len(str))

result output string


Contents

None