belt icon indicating copy to clipboard operation
belt copied to clipboard

String utils

Open rrdelaney opened this issue 7 years ago • 1 comments

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

rrdelaney avatar Dec 06 '17 09:12 rrdelaney

I feel this pain so deeply doing Advent of code 😫

arnarthor avatar Dec 08 '17 01:12 arnarthor