Skip to content

Latest commit

 

History

History
85 lines (73 loc) · 2.51 KB

File metadata and controls

85 lines (73 loc) · 2.51 KB

Function: ParagraphFormat

Replaces characters in a string: Single newline characters (CR/LF sequences) with spaces and double newline characters with HTML paragraph tags

Method Signature

ParagraphFormat(string=[string])

Arguments

Argument Type Required Description Default
string string true The string to format.

Examples

Related