We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985bc1b commit d85592eCopy full SHA for d85592e
README.md
@@ -82,7 +82,7 @@ System.out.println(result1.toString()); // regex=(abc)?de
82
83
operationOptions = OperationOptions.init()
84
.responseFormat(ResponseFormat.FAIR);
85
-Term result2 = term.intersection(operationOptions, Term.regex("de.*"));
+Term result2 = term.union(operationOptions, Term.regex("de"));
86
87
System.out.println(r2.toString()); // fair=...
88
```
0 commit comments