mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

Operates similar to find_all(), except returns a vector instead of set to allow preservation of order/duplicates.
8 lines
129 B
Text
8 lines
129 B
Text
[this, is, a, test]
|
|
[one, two, three, four, one, two, three, four]
|
|
[this, is, a, test, test, test]
|
|
[]
|
|
[a, b]
|
|
[foo]
|
|
[bar, foo]
|
|
[]
|