Re: [squid-users] Is this valid ?

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Tue, 04 Apr 2006 12:18:40 +0200

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

Received on Tue Apr 04 2006 - 04:18:51 MDT

This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT