You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ access to a matcher that can apply all conditions to a specific string and retur
12
12
13
13
## Condition Syntax
14
14
15
-
All strings in a condition have to be quoted with `"`. Multiple strings can be concatenated with the keywords `AND`, `OR` and parentheses `(``)`. Strings or subconditions can be negated with `NOT`. **Example**: `"foo" AND NOT ("bar" OR "baz")`
15
+
All strings in a condition have to be quoted with `"`. Multiple strings can be concatenated with the keywords `AND`, `OR` and parentheses `(``)`. Strings or subconditions can be negated with `NOT`.
0 commit comments