搜索列表
-
自定义ubb代码,preg_replace()函数的一些代码
【正则表达式】function ubb($Text) { $Text=htmlspecialchars($Text); $Text=ereg_replace("\r\n","<br>",$Text); $Text=ereg_replace("\r","<br>",$Text); $Text=nl2br($Text); $Text=p...
自定义ubb代码preg_replace()函数的一些代码