danielstjules / Stringy

A PHP string manipulation library with multibyte support
MIT License
2.46k stars 216 forks source link

Something like str_split? #187

Open nozavroni opened 6 years ago

nozavroni commented 6 years ago

Hello, please forgive me if there is already something like this in your library, but I was unable to find it. I need to split a (possibly) multibyte string into chunks of equal size. Normally I would use str_split, but I want to use your library. Do you have something like this, and if not, I would love to see something like this in the future. Thanks your library is extremely useful!