str_is_letter Function

public pure function str_is_letter(str) result(res)

Returns .true. if str contains only letters (a--z or A--Z) and .false. otherwise.

Arguments

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

Return Value logical


Contents

None