upperStr Interface

interface
public pure elemental module function upperStr(str) result(string)

Arguments

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

Return Value character(len=len(str))

Description

Convert string to uppercase (for case-insensitive comparison)