splitter

Split a string

Vector!string
splitter
(
in string str
,
char delim
)

Parameters

str string

the input string

delim char

the delimitor

Return Value

Type: Vector!string

string split by delim

Meta