Is there a function already written that allows you turn a text string that looks like:
"this
is
some
text"
into this:
"this<br>
is<br>
some<br>
text<br>"
that is insert html line breaks in text that only has '\n' for line breaks at the moment?
I know how to do the reverse of this so I was figuring there must be something already written that does what I want.
~tia