generate_operator_regex.php
compile and evaluate expressions
Install
- All systems
-
curl cmd.cat/generate_operator_regex.php.sh
- Debian
-
apt-get install php-symfony-expression-language
- Ubuntu
-
apt-get install php-symfony-expression-language
- Kali Linux
-
apt-get install php-symfony-expression-language
- Fedora
-
dnf install php-symfony-expression-language
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install php-symfony-expression-language
- Raspbian
-
apt-get install php-symfony-expression-language
- Dockerfile
- dockerfile.run/generate_operator_regex.php
php-symfony-expression-language
compile and evaluate expressions
The Symfony ExpressionLanguage Component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans). By default, the engine implements simple math and logic functions, method calls, property accesses, and array accesses. Symfony is a PHP framework, a set of tools and a development methodology.