lowercase_string Function

public pure function lowercase_string(value) result(output)

Arguments

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

Return Value character(len=:), allocatable