I've come up with this, but is there simple way I'm missing?
for s:char in split(s:string, '.\zs\ze.')
The canonical way is
for s:item in split(s:mylist, '\zs')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With