Return the trimmed string.
Remarks
Definition at line 146 of file string.f90.
The documentation for this interface was generated from the following file:
◆ string_trim()
| pure character(:) function, allocatable string_trim |
( |
class(string), intent(in) | this | ) |
|
Returns a copy of the string with trailing blanks removed.
- Parameters
-
- Returns
- Trimmed character string (deferred length).
Remarks
Definition at line 270 of file string.f90.