cat(cat의 값을 주어진 변수에 연결)
test.php:$smarty = new Smarty;$smarty->ass('articleTitle', "Psychics는 세계를 예측하지 못했습니다. 't end");$smarty->display('test.html');test.html:{$articleTitle|cat:" 어제."}출력: Psychics 예측 세상은 어제 끝나지 않았습니다.