adjustl Interface

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.


Contents


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 IntentOptional Attributes Name
type(string), intent(in) :: x

The string to adjust.

Return Value type(string)

The adjusted string.