lowercase_token Function

private pure function lowercase_token(value) result(normalized)

Return a left-trimmed, lowercased copy of value. Pure: has no side effects; suitable for use in constant expressions.

Arguments

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

Return Value character(len=len)