I am using following rule to filter request header in squid.conf, the purpose is to match header value which does not contain string "abc"
acl noabc req_header X-My-Header ^((?!abc).)*$
But it gives error
FATAL: Bungled /etc/squid/squid.conf line 1594: ...
Thanks to Wiktor, lookaround is not supported