to_lower Function

public pure function to_lower(s) result(t)

Return a lowercased copy of an ASCII string, preserving length and whitespace.

Arguments

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

Return Value character(len=len)