<div dir="auto">Makes sense thanks Antony</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 27 Jul 2022, 18:59 Antony Stone, <<a href="mailto:Antony.Stone@squid.open.source.it">Antony.Stone@squid.open.source.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wednesday 27 July 2022 at 19:25:46, robert k Wild wrote:<br>
<br>
> nice one thanks Amos<br>
> <br>
> i dont understand as in regex the terms<br>
> <br>
> ^ - start of line<br>
> . - any single character<br>
> * - repetition of character before<br>
<br>
Correction: zero or more instances of the character before<br>
<br>
> $ - end of line<br>
> <br>
> so going by this it should be<br>
> <br>
> ^.*<a href="http://adobe.com" rel="noreferrer noreferrer" target="_blank">adobe.com</a>$<br>
<br>
Well, that means "start of line, something or nothing, then '<a href="http://adobe.com" rel="noreferrer noreferrer" target="_blank">adobe.com</a>' and <br>
end of line".<br>
<br>
So, it basically just means, "adobe,com at the end of the line"<br>
<br>
<br>
Thus, the same as "<a href="http://adobe.com" rel="noreferrer noreferrer" target="_blank">adobe.com</a>$"<br>
<br>
<br>
Antony.<br>
<br>
-- <br>
This space intentionally has nothing but text explaining why this space has <br>
nothing but text explaining that this space would otherwise have been left <br>
blank, and would otherwise have been left blank.<br>
<br>
Please reply to the list;<br>
please *don't* CC me.<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank" rel="noreferrer">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div>