string_split_byΒΆ

string_split_by :: fn (str: string, delimiter: u8) []string

Split the str input string by delimiter and return new slice containing all found sub-strings.

Warning

String slice should be terminated by slice_terminate call.

Warning

Slice elements are not guaranteed to be zero terminated and they are not supposed to be freed.

Declared in: string.bl