public interface adjustl
Adjusts the string to the left by removing any leading blanks and
pushing any removed blanks onto the end of the string.
Module Procedures
private pure elemental function string_adjustl(x) result(rst)
Adjusts the string to the left by removing any leading blanks and
pushing any removed blanks onto the end of the string.
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(string),
|
intent(in) |
|
|
:: |
x |
The string to adjust.
|
Return Value
type(string)
The adjusted string.