mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
implemented /re/i for case-insensitive patterns
This commit is contained in:
parent
bd5414d8d5
commit
80b3b82b54
8 changed files with 117 additions and 27 deletions
|
@ -23,7 +23,6 @@ extern void add_input_file_at_front(const char* file);
|
|||
extern void add_to_name_list(char* s, char delim, name_list& nl);
|
||||
|
||||
extern void begin_RE();
|
||||
extern void end_RE();
|
||||
|
||||
extern void do_atif(Expr* expr);
|
||||
extern void do_atifdef(const char* id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue