mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
34 lines
578 B
Text
34 lines
578 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
warning in <...>/strings.zeek, line 26: deprecated (str_split): Remove in v4.1. Use str_split_indices.
|
|
Input string: broisaveryneatids
|
|
|
|
String splitting
|
|
----------------
|
|
Splitting 'broisaveryneatids' at 6 points...
|
|
bro
|
|
is
|
|
a
|
|
very
|
|
neat
|
|
ids
|
|
Splitting 'broisaveryneatids' at 6 points in zero-indexed mode...
|
|
bro
|
|
is
|
|
a
|
|
very
|
|
neat
|
|
ids
|
|
|
|
Substrings
|
|
----------
|
|
3@0: bro
|
|
5@2: roisa
|
|
7@4: isavery
|
|
10@10: yneatids
|
|
|
|
Finding strings
|
|
---------------
|
|
isa: 4
|
|
very: 7
|
|
ids: 15
|
|
nono: 0
|