POSIX 正则表达式函数 参见 Warning This feature was DEPRECATED in PHP 5.3.0, and REMOVED in PHP 7.0.0. Alternatives to this feature include: PCRE (支持完整的正则表达式) fnmatch() (支持 shell 风格通配符的匹配) Table of Contentsereg_replace — 正则表达式替换ereg — 正则表达式匹配eregi_replace — 不区分大小写的正则表达式替换eregi — 不区分大小写的正则表达式匹配split — 用正则表达式将字符串分割到数组中spliti — 用正则表达式不区分大小写将字符串分割到数组中sql_regcase — 产生用于不区分大小的匹配的正则表达式