If I have a textarea like the one I'm using to type this message. I would like to append or concat a '>' to every line that breaks. The problem I am having is that I don't know where the lines break. What I want to do is emulate an email message when someone replies, they see '>' appended to every line. Is there a function for this?
Thanks.