From: Lucky Nl Date: 2010-08-02T16:59:57+09:00 Subject: How to remove leading   from string Hi I Need small help that how to remove leading   tags My text is: str = "

Welcome to ruby   

  

" I want result is str = "

Welcome to ruby

" Can anybody help -- Posted via http://www.ruby-forum.com/.