str_compact Function

public pure function str_compact(str) result(ostr)

Returns a copy of str with multiple spaces and tabs converted to single spaces, control characters deleted, and leading and trailing spaces removed.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: str

Return Value character(len=:), allocatable


Called by

proc~~str_compact~~CalledByGraph proc~str_compact str_compact proc~str_split str_split proc~str_split->proc~str_compact proc~read_config read_config proc~read_config->proc~str_split proc~run run proc~run->proc~read_config program~main main program~main->proc~run

Contents

None