to_lowercase Function

public function to_lowercase(input) result(output)

Convert string to lowercase (ASCII A-Z)

Arguments

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

Return Value character(len=len)