mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
use PCRE syntax instead of the beautiful new (?i ...) syntax
This commit is contained in:
parent
726424f371
commit
85c4b0d285
6 changed files with 12 additions and 14 deletions
|
@ -114,7 +114,7 @@ CCL_EXPR ("[:"[[:alpha:]]+":]")
|
|||
}
|
||||
}
|
||||
|
||||
"(+i"[ \t]* case_insensitive = 1; return TOK_CASE_INSENSITIVE;
|
||||
"(?i:" case_insensitive = 1; return TOK_CASE_INSENSITIVE;
|
||||
|
||||
[a-zA-Z] {
|
||||
if ( case_insensitive )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue