normalize_key Function

private pure function normalize_key(key) result(normalized)

Normalise a user-provided parameter key to lowercase trimmed form.

Arguments

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

Return Value character(len=32)