Toggle navigation
BROWNPAK
0.7
User Guide
Contents
Source Files
Modules
Block Data
Procedures
Derived Types
Program
Source Files
Modules
Block Data
Procedures
Derived Types
Program
str_remove_stcc
Function
24 statements
Source File
strings_m.f90
strings_m
str_remove_stcc
Contents
None
public pure function str_remove_stcc(str) result(ostr)
Returns a copy of the string
str
with spaces, tabs, and control characters removed.
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
str
Return Value
character(len=:), allocatable
Contents
None