Skip to content

Commit 5151022

Browse files
authored
Add text (#5395)
1 parent 219a35d commit 5151022

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/cse/rules/cse-rules-syntax.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ The double ampersand (&&) operator is equivalent to a logical AND operator.
5757

5858
A logical OR. 
5959

60+
**Example**
61+
62+
The following expression returns true if `A` matches `B` or `A` matches `C`:
63+
64+
`where "A" matches "B" || where "A" matches "C"`
65+
66+
In Cloud SIEM, both sides of the `||` must be boolean. Other values such as string are not supported when using a logical OR operator.
67+
6068
### !
6169

6270
The exclamation point (!) function is equivalent to a logical NOT operator.

0 commit comments

Comments
 (0)