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

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to