Returns .true.
if str
is non-empty and contains only whitespace
characters (tab or blankspace). Otherwise .false.
is returned.
Note: This function will return .false.
for an empty string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | str |