Build RegEx from customizable patterns.
Documentation and examples can be found here.
Opis Pattern is licensed under the Apache License, Version 2.0.
- PHP 7.0 or higher
This library is available on Packagist and can be installed from a command line interface by using Composer.
composer require opis/pattern
Or you could directly reference it into your composer.json
file as a dependency
{
"require": {
"opis/pattern": "^1.0.0"
}
}