split

CTFE, splits the given string on the given pattern

T[][]
split
(
T
)
(
T[] str
,
T splitChar = ','
)

Parameters

str T[]

the string to split

splitChar T

the character to split on

Return Value

Type: T[][]

an array of strings containing the splited string

Meta