mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove outdated comment on set_to_regex.
We can add patterns at runtime since 2.6.
This commit is contained in:
parent
156686b237
commit
7d28a6ee9a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module GLOBAL;
|
||||||
|
|
||||||
## Given a pattern as a string with two tildes (~~) contained in it, it will
|
## Given a pattern as a string with two tildes (~~) contained in it, it will
|
||||||
## return a pattern with string set's elements OR'd together where the
|
## return a pattern with string set's elements OR'd together where the
|
||||||
## double-tilde was given (this function only works at or before init time).
|
## double-tilde was given.
|
||||||
##
|
##
|
||||||
## ss: a set of strings to OR together.
|
## ss: a set of strings to OR together.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue