Loading...
Searching...
No Matches
trim Interface Reference

Definition

Return the trimmed string.

Remarks

Definition at line 146 of file string.f90.


The documentation for this interface was generated from the following file:

Methods

◆ string_trim()

pure character(:) function, allocatable string_trim ( class(string), intent(in) this)

Returns a copy of the string with trailing blanks removed.

Parameters
[in]thisstring
Returns
Trimmed character string (deferred length).

Remarks

Definition at line 270 of file string.f90.