to_lower Function

public elemental function to_lower(char) result(char_upper)

Convert an uppercase alpha character to its lowercase counterpart. If the passed character is not uppercase, return the same character.

Arguments

Type IntentOptional AttributesName
character(len=1), intent(in) :: char

Return Value character(len=1)


Contents

None