in reply to Re: Can split split against more than one character in a string of the same character?
in thread Can split split against more than one character in a string of the same character?

Ah, I did think about placing dots in the backward assertion for a brief moment, but even that is ott. I can just split into an array and join that on print. Thanks

  • Comment on Re^2: Can split split against more than one character in a string of the same character?