文件名称:regex:PHP内置preg_ *函数的合理接口
文件大小:14KB
文件格式:ZIP
更新时间:2024-02-26 11:57:35
php regex regular-expression PHPPHP
使正则表达式再次变得很棒 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
----src()
--------MatchAllResult.php(2KB)
--------RegexResult.php(461B)
--------MatchResult.php(3KB)
--------Regex.php(998B)
--------ReplaceResult.php(2KB)
--------Helpers()
--------RegexFailed.php(1020B)
----LICENSE.md(1KB)
----CONTRIBUTING.md(3KB)
----composer.json(929B)
----CHANGELOG.md(523B)
----.github()
--------SECURITY.md(129B)
--------CONTRIBUTING.md(3KB)
--------FUNDING.yml(64B)
--------workflows()
----README.md(6KB)
----.gitattributes(293B)
----.editorconfig(312B)