str_noesc Interface

interface
public elemental module function str_noesc(INSTR)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: INSTR

string that might contain nonprintable characters

Return Value character(len=len)

Description

convert non-printable characters to a space. AUTHOR: John S. Urban LICENSE: Public Domain