to_lowercase Function

public function to_lowercase(input) result(output)

Convert string to lowercase

@param input: Input string @return output: Lowercase string

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: input

Return Value character(len=len)