trim Interface

public interface trim

Builtin trim overloading.

Calls

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

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.