[squid-users] regex for normal websites

robert k Wild robertkwild at gmail.com
Wed Jul 27 18:02:37 UTC 2022


Makes sense thanks Antony

On Wed, 27 Jul 2022, 18:59 Antony Stone, <Antony.Stone at squid.open.source.it>
wrote:

> On Wednesday 27 July 2022 at 19:25:46, robert k Wild wrote:
>
> > nice one thanks Amos
> >
> > i dont understand as in regex the terms
> >
> > ^ - start of line
> > . - any single character
> > * - repetition of character before
>
> Correction: zero or more instances of the character before
>
> > $ - end of line
> >
> >  so going by this it should be
> >
> > ^.*adobe.com$
>
> Well, that means "start of line, something or nothing, then 'adobe.com'
> and
> end of line".
>
> So, it basically just means, "adobe,com at the end of the line"
>
>
> Thus, the same as "adobe.com$"
>
>
> Antony.
>
> --
> This space intentionally has nothing but text explaining why this space
> has
> nothing but text explaining that this space would otherwise have been left
> blank, and would otherwise have been left blank.
>
>                                                    Please reply to the
> list;
>                                                          please *don't* CC
> me.
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20220727/399986c8/attachment.htm>


More information about the squid-users mailing list