flexic / regex
Modern regular expression library for PHP
0.0.1
2022-12-11 10:38 UTC
Requires
- php: ^8.1
- flexic/regex-builder: ^0.0.1
Requires (Dev)
- ergebnis/php-cs-fixer-config: ^4.9.0
- phpstan/phpstan: ^1.8.8
- phpstan/phpstan-deprecation-rules: ^1.0.0
- phpstan/phpstan-strict-rules: ^1.4.4
- phpunit/phpunit: ^9.5.25
README
This package provides a modern library for regular expressions.
Installation
Run
composer require flexic/regex
Usage
- Documentation about Pattern: Pattern.md
- How to use: HowToUse.md
- Method signatures: MethodSignatures.md
- Predefined patterns: PredefinedPattern.md
- Examples: Examples.md
License
This package is licensed using the GNU License.
Please have a look at LICENSE.md.