trim Interface

public interface trim

Builtin trim overloading.

Calls

interface~~trim~~CallsGraph interface~trim stringifor_string_t::trim proc~strim stringifor_string_t::string%strim interface~trim->proc~strim

Contents


Module Procedures

private elemental function strim(self) result(trimmed)

Remove trailing spaces.

Read more…

Arguments

Type IntentOptional Attributes Name
class(string), intent(in) :: self

The string.

Return Value type(string)

Trimmed string.