We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6361e5b commit 3f8f0f7Copy full SHA for 3f8f0f7
README.md
@@ -16,14 +16,15 @@ found on http://www.simplecloud.info/ website.
16
$parser = new Parser();
17
$node = $parser->parse('userType eq "Employee" and (emails co "example.com" or emails.value co "example.org")');
18
/*
19
- walk the node...
20
- Conjunction = {
21
- ComparisonExpression => userType eq Employee
22
- Disjunction => {
23
- ComparisonExpression => emails co example.com
24
- ComparisonExpression => emails.value co example.org
25
- }
+walk the node...
+
+Conjunction = {
+ ComparisonExpression => userType eq Employee
+ Disjunction => {
+ ComparisonExpression => emails co example.com
+ ComparisonExpression => emails.value co example.org
26
}
27
+}
28
*/
29
```
30
0 commit comments