Perl 相容语法函式库
本函式库共有 4 个函式
对于熟悉 Perl 的 Webmaster 来说,使用这个函式库可以将 Prel 语言中最强的样式比对功能带到 PHP 之中。更多的细节可以参考 Programming Perl 这本书第二章中有关样式比对 (Pattern Matching) 的部份 (中译本为 Perl 程式设计,第 63 页起)
preg_match
:
字串比对剖析。
preg_match_all
:
字串整体比对剖析。
preg_replace
:
字串比对剖析并取代。
preg_split
:
将字串依指定的规则切开。
[
上一页
下一页
]