use PCRE syntax instead of the beautiful new (?i ...) syntax

This commit is contained in:
Vern Paxson 2018-06-29 13:01:05 -07:00
parent 726424f371
commit 85c4b0d285
6 changed files with 12 additions and 14 deletions

View file

@ -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 )