dhii / regex-abstract
正则表达式操作功能摘要
v0.1-alpha1
2018-06-02 16:08 UTC
Requires
- php: ^5.4 | ^7.0
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: ^0.1
- dhii/stringable-interface: ^0.1
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2024-09-07 03:52:32 UTC
README
详细信息
正则表达式操作功能摘要
特性
QuoteRegexCapablePcreTrait
- 将字符串转义,以便PCRE引擎将其按字面意思解释。GetAllMatchesRegexCapablePcreTrait
- 从字符串中获取与给定PCRE表达式对应的所有匹配项。如果匹配失败,则抛出异常。