Description
Replaces characters in a string:
- Single newline characters (CR/LF sequences) with spaces
- Double newline characters with HTML paragraph tags (<p>)
Returns
A copy of the string, with characters converted.
Category
Display and formatting functions, String functions