RegExp.split

Split s[] into an array of strings, using the regular expression as the separator.

class RegExp
string[]
split
(
string s
)

Return Value

Type: string[]

array of slices into s[]

Meta