ParagraphFormat()

Formats the carriage returns in a string to a HTML alternatives

ParagraphFormat( string=string );

Returns: String

Argument Description
string
string, required

A string or a variable that contains one

Examples

paragraphs = "This is your brain.#chr(13)#This is your brain on Lucee.";
  echo(ParagraphFormat(paragraphs));

See also