replace quotes & trim (left and right)


/ Published in: Rails
Save to your folder(s)



Copy this code and paste it in your HTML
  1. def remove_q_n_trim str
  2. return str.gsub(/"|^ +| $+|\n/i,'').to_s
  3. end

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.