[Quicky] Easy Ruby regexp to split string
Mar 12, 2024 · 1 min read · 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...
Join discussion



