split Function

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

@brief Split string by delimiters (defaults to whitespace).

Arguments

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

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