belt
belt copied to clipboard
String utils
It’s very difficult to do even basic string processing right now. We should have better capabilities to do some simpler stuff that newcomers expect from other languages like JS and python.
Some examples:
- Split string on string
- Split string in list of strings
- Alpabetize a string
I feel this pain so deeply doing Advent of code 😫