Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
is_alphanum
Function
4 statements
Source File
stdlib_ascii.fypp
stdlib_ascii
is_alphanum
Contents
public pure function is_alphanum(c)
Checks whether
c
is a letter or a number (0 .. 9, a .. z, A .. Z).
Arguments
Type
Intent
Optional
Attributes
Name
character(len=1),
intent(in)
::
c
The character to test.
Return Value
logical