I got a string like this var text = "aaaaaaa↵bbbbbb↵cccccc"
from the php server, and I want to output this string to the screen.
When there is a "↵", the following text goes to a new line. I am using AngularJS.
How can I achieve this by using plain Javascript or through AngularJS?
` perhaps? – Jaromanda X Aug 03 '16 at 01:43
');` – George Stocker Aug 03 '16 at 01:50