match.php		第一个例子演示使用正则匹配"a"链接
preg_match.php		演示正则表达式处理函数preg_match()的使用
preg_match_all.php	演示正则表达式处理函数preg_match_all()的使用
preg_grep.php		演示正则表达式处理函数preg_grep()的使用
strpos.php		演示字符串处理函数strpos()的使用
ubbcode.php		演示ubb码的替换

preg_replace1.php
preg_replace2.php
preg_replace3.php	演示正则表达式处理函数preg_replace()的三种用法

str_replace1.php
str_replace2.php
str_replace3.php 	演示字符串处理函数str_replace()的三种用法

preg_split.php		演示正则表达式处理函数preg_split()的使用
explode.php		演示字符串处理函数explode()的使用
implode.php		演示字符串处理函数implode()的使用

article目录		文章发布过程演示
