dominictarr / split

MIT License
347 stars 39 forks source link

Allow split by length and overridable spliter by options #22

Open nueko opened 8 years ago

dominictarr commented 8 years ago

what are you using this to parse?

If it's really a fixed length format, I'm guessing it would probably use a count of bytes, not utf8 characters (which may be a different bytelength)