Skip to content

Commit ba6c2b6

Browse files
committed
iter
1 parent 59435c3 commit ba6c2b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/reference/eql/functions.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ between("", "", "") // returns ""
4848
4949
// null handling
5050
between(null, "system32\\\\", ".exe") // returns null
51-
between(null, null, null) // returns null
52-
between(file.path, null, ".exe") // returns 400 error
53-
between(file.path, "system32\\\\", null) // returns 400 error
54-
between(file.path, "system32\\\\", ".exe", null) // returns 400 error
55-
between(file.path, "system32\\\\", ".exe", false, null) // returns 400 error
5651
----
5752
5853
*Syntax*

0 commit comments

Comments
 (0)