brownpak
0.7
User Guide
Source Files
Modules
Procedures
Derived Types
Program
str_is_digit
Function
MIT
17 statements
Source File
strings_m.f90
strings_m
str_is_digit
Contents
public pure function str_is_digit(str) result(res)
Returns
.true.
if
str
contains only digits (0,1,...,9) and
.false.
otherwise.
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
str
Return Value
logical