This thread helped to remove control-M (^M) characters from a block of text. Specifically, text.delete!("\C-M")
did the trick for me.
This thread helped to remove control-M (^M) characters from a block of text. Specifically, text.delete!("\C-M")
did the trick for me.