|
logical function | is_whitespace (CHARAC) |
| IS_WHITESPACE returns .TRUE. if the character CHARAC is a whitespace character (i.e. space, tabs, etc.) More...
|
|
Definition at line 112 of file strings.f90.
logical function strings::iswhitespace::is_whitespace |
( |
character(len=1), intent(in) |
CHARAC | ) |
|
|
private |
IS_WHITESPACE returns .TRUE. if the character CHARAC is a whitespace character (i.e. space, tabs, etc.)
- Parameters
-
[in] | charac | The character to test if it is whitespace |
- Returns
- On exit, .TRUE. if the character is whitespace
Definition at line 504 of file strings.f90.