mån 2006-04-03 klockan 14:49 -0400 skrev Mark Andrews:
> Does squid support some of the more obscure regex patterns like
> "(abc){3}" which
> matches "abcabcabc"?
Yes, but it's using POSIX regex syntax not perlre syntax..
\(abc\){3}
In nearly all installations the syntax supported is the exact same as
the "egrep / grep -e" command in your os as both are using the same
regex library.
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT