From: John Victor Date: 2008-11-29T04:57:23+09:00 Subject: Removing ^M character from text I have some text that I just realized is screwing everything up because it contains the ^M character (control-M). I have tried using all kinds of regexp expressions to find and remove it but it is evasive :-) What is the best way to find and remove the pesky ^M character from text? vic -- Posted via http://www.ruby-forum.com/.