How would you go about replacing line breaks in a text? For example, from “ n” to “<br>”.
I tried the string_replace and the regex_replace (see screenshots) with no success.
The response is “” (empty) every time.
How would you go about replacing line breaks in a text? For example, from “ n” to “<br>”.
I tried the string_replace and the regex_replace (see screenshots) with no success.
The response is “” (empty) every time.