mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
strings: Implement join_string_set() as bif
Haven't measured speed, but this is probably faster than the cat() and string invocations.
This commit is contained in:
parent
31aeb58e10
commit
0e28a7faf5
6 changed files with 69 additions and 28 deletions
|
@ -3,8 +3,6 @@
|
|||
'\xff\xff\xff\x00' IS considered binary
|
||||
'\x00\x00\xff\x00' IS considered binary
|
||||
'\x00\x00\x00\x00' is NOT considered binary
|
||||
two, one, three
|
||||
one
|
||||
hell\o w\orl\d
|
||||
\\hello world\\
|
||||
hello world
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue