Thursday 15 December 2005 1:55:01 am
Well I have search.. and I have found an extension that does exactl what I needed: str_replace. so here is the code that works for my needs:
{set $corps=ezstr_replace("\r","",$corps)}
{set $corps=ezstr_replace("\n","<br/>",$corps)}
|