in reply to Re: chopping a string into slices - is there a more elegant way to do it?
in thread chopping a string into slices - is there a more elegant way to do it?

/.{1,$ml}/sg if newlines are possible.
  • Comment on Re^2: chopping a string into slices - is there a more elegant way to do it?
  • Download Code