IniSection.split

Splits string by delimeter with limit

struct IniSection
protected
T[]
split
(
T
S
)
(
T txt
,,
int limit
)
if (
isSomeString!(T) &&
isSomeString!(S)
)

Parameters

txt
Type: T

Text to split

delim
Type: S

Delimeter

limit
Type: int

Limit of splits

Return Value

Type: T[]

Splitted string

Meta