lowercase_token Function

public pure function lowercase_token(value) result(normalized)

Return a left-justified, trimmed, lowercased copy of value. Pure: has no side effects (usable inside other pure procedures).

Arguments

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

Return Value character(len=len)