pugs> split /(..)*/, 1234567890 ('', '12', '34', '56', '78', '90')
Is this sane?
Why the empty string match at the start? -- $TSa == all( none( @Larry ), one( @p6l ))
pugs> split /(..)*/, 1234567890 ('', '12', '34', '56', '78', '90')
Is this sane?
Why the empty string match at the start? -- $TSa == all( none( @Larry ), one( @p6l ))