mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-31 10:01:54 -06:00
THe `a.stringOf(' \r\n\t'.split('')),` pattern works fine for small sets
of characters, but is horrible for situations like "any alphanumeric".
Instead, let's make it take a callback function that is run on each
character.