Replace New Line Expression
Hi,
I have a java object that returns a string object from a method in this format:
This is a test \n And it continues \n And continues \n etc...
When I get this string object in ColdFusion, somehow it doesnt recognize \n. I would like to replace \n with <br> html tag. Does anyone know know how to solve to issue?
Btw, I tried using ReReplace, and its not working for me.
Thanks,
