str_is_digit Function

public pure function str_is_digit(str) result(res)

Returns .true. if str contains only digits (0,1,...,9) and .false. otherwise.

Arguments

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

Return Value logical


Contents

None