string.paragraphFormat()
Formats the carriage returns in a string to a HTML alternatives
string.paragraphFormat( )
Returns: String
This function does not take any arguments.
Examples
str = "This is your brain.#chr(13)#This is your brain on Lucee.";
writeoutput(str.ParagraphFormat());