[Quicky] Easy Ruby regexp to split string
Are you good at regexp? I'm not and I found an extremely easy way to update a regexp to split a string in Ruby. Input abc,abc abc abc abc I just want to split on , , a space ... and a new line. Great I won't show you an horrible .split with a .map t...
Mar 12, 20241 min read7
![[Quicky] Easy Ruby regexp to split string](https://cdn.hashnode.com/res/hashnode/image/upload/v1710205737600/94b9203f-e3b5-4dc2-a35f-6a8d7785fb77.png)