trim Interface

public interface trim

Builtin trim overloading.

Calls

interface~~trim~~CallsGraph interface~trim trim proc~strim strim interface~trim->proc~strim
Help

Module Procedures

public elemental function strim(self) result(trimmed)

Arguments

Type IntentOptional AttributesName
class(string), intent(in) :: self

The string.

Return Value type(string)

Trimmed string.

Description

Remove leading spaces.