brownpak
0.7
User Guide
Source Files
Modules
Procedures
Derived Types
Program
str_remove_stcc
Function
MIT
24 statements
Source File
strings_m.f90
strings_m
str_remove_stcc
Contents
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