for my app if there is one white space that is fine. But if there is 2-4 I want to replace them with   to preserve the spacing.
What's the best way to do this with rails/regex? Or something else?
Desired Output:
' ' = ' '
' ' = ' '
' ' = ' '
' ' = ' '
does not allow for a line break! – Joseph Silber Jan 17 at 4:58