[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...
blog.brennetot.com1 min read