Methods

splitΒΆ

split(s:Str, r:RegExp)

%EX "x10ab20c30y".split(/[0-9]+/).join(" :: ") # "x :: ab :: c :: y"
Source: stdlib.ngs:3841

Returns

Arr of Str