split Function

public pure function split(expr, delimiter) result(res)

@brief Split string by delimiter (defaults to space).

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: expr
character(len=1), intent(in), optional :: delimiter

Return Value type(Token_t), allocatable, (:)


Contents