File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ Pattern operator for PHP
88[ ![ Supports PHP 8.0+] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-8_0plus.svg )] ( http://php.net/ )
99[ ![ Latest Stable Version] ( https://poser.pugx.org/xp-lang/php-pattern-operator/version.png )] ( https://packagpatternt.org/packages/xp-lang/php-pattern-operator )
1010
11- Plugin for the [ XP Compiler] ( https://github.com/xp-framework/compiler/ ) which adds an ` ~ ` operator to the PHP language.
11+ Plugin for the [ XP Compiler] ( https://github.com/xp-framework/compiler/ ) which adds an ` ~ ` infix operator to the PHP language.
1212
1313Examples
1414--------
15- The infix pattern operator treats the following expression as a regular expression and returns the matches it generates:
15+ The pattern operator treats the following expression as a regular expression and returns the matches it generates:
1616
1717``` php
1818if ($greeting ~ '/^H[ea]llo/') {
You can’t perform that action at this time.
0 commit comments