I have text in the following format ampersand lt;div ampersand gt;\n ampersand lt;div ampersand gt; ampersand lt;span ampersand gt;Customer.. How can i convert this text to html i.e.
<div>
<div>
<span>
Customer..
I have text in the following format ampersand lt;div ampersand gt;\n ampersand lt;div ampersand gt; ampersand lt;span ampersand gt;Customer.. How can i convert this text to html i.e.
<div>
<div>
<span>
Customer..
Try:
In case you are looking to maintain new lines: