首页 > 技术文章 > [php学习笔记]Smarty常用变量操作符

-ioi- 2013-10-29 06:15 原文

capitalize 首字母大写     nl2br  换行符替换成<br/>

count_characters  计算字符数    regex_replace 正则替换

cat  连接字符串       replace   替换

count_paragraphs   计算段落数    spacify  插孔

count_sentences   计算句数      string_format  字符串格式化

count_words  计算词数   strip 去处多余空格

date_format        strip_tags 去除html标签

default 默认      truncate  截取

escape 转码      upper  大写

indent 缩进      wordwrap 行宽约束

lower   小写

推荐阅读