to_lower Function

public elemental function to_lower(x) result(y)

Make a string lowercase

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: x

Input string

Return Value character


Contents

None