dhii / regex-abstract
Abstract functionality for working with regular expressions
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: 2026-03-07 07:14:27 UTC
README
Details
Abstract functionality for working with regular expressions
Traits
QuoteRegexCapablePcreTrait- Escapes a string such that it is interpreted literally by the PCRE engine.GetAllMatchesRegexCapablePcreTrait- Gets all matches which correspond to a given PCRE expression from a string. Throws an exception if matching failed.