ParagraphFormat
Formats the carriage returns in a string to a HTML alternatives
ParagraphFormat( string )
Returns: String
Examples
paragraphs = "This is your brain.#chr(13)#This is your brain on Lucee.";
echo(ParagraphFormat(paragraphs));
Formats the carriage returns in a string to a HTML alternatives
ParagraphFormat( string )
Returns: String
paragraphs = "This is your brain.#chr(13)#This is your brain on Lucee.";
echo(ParagraphFormat(paragraphs));