len_trim Interface

public interface len_trim

Builtin len_trim overloading.

Calls

interface~~len_trim~~CallsGraph interface~len_trim len_trim proc~slen_trim slen_trim interface~len_trim->proc~slen_trim
Help

Module Procedures

public elemental function slen_trim(self) result(l)

Arguments

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

The string.

Return Value integer

String length.

Description

Return the length of a string, ignoring any trailing blanks.