text = "Hi <p class=\"hello\">\r\nthere, how are you\r\n</p>"puts text.gsub(/(<.*?>)|[[:blank:]]/m) { $1 || '_' }
Standard input is empty
Hi_<p class="hello"> there,_how_are_you </p>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!