ez.no / exponential / documentation / reference / template operators / strings / break
$string|break()
string with HTML line breaks.
This operator replaces any newline characters/sequences with a HTML break tag.
{"The lazy white cat jumps over the quick hamster. "|break} returns the string "The lazy white<br />cat<br />jumps over<br />the quick hamster."
Comments