regex:PHP内置preg_ *函数的合理接口 源码
使正则表达式再次变得很棒 Php内置的preg_*函数需要一些奇怪的模式,例如通过引用传递变量以及将false或null值视为错误。 spatie/regex为preg_match , preg_match_all , preg_replace和preg_replace_callback提供了更spatie/regex接口。 use Spatie \ Regex \ Regex ; // Using `match` Regex :: match ( '/a/' , 'abc' ); // `MatchResult` object Regex :: match ( '/a/' , 'abc'
文件列表
regex-master.zip
(预估有个19文件)
regex-master
src
MatchAllResult.php
2KB
RegexResult.php
461B
MatchResult.php
3KB
Regex.php
998B
ReplaceResult.php
2KB
Helpers
Arr.php
978B
Str.php
297B
暂无评论