str_remove_stcc Function

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 IntentOptional AttributesName
character(len=*), intent(in) :: str

Return Value character(len=:), allocatable


Contents

None