Re: [squid-users] Regex for URL to include numbers special letters

2022-05-21 Thread Amos Jeffries
On 21/05/22 19:20, robert k Wild wrote: Thanks Amos, What about if I wanted to put a normal URL in with the URL regex ones like ^zzz-iobuckets-io[0-9]+-[0-9a-z]+\.s3\.amazonaws\.com:[0-9]$ ^google\.com$ Would that work I'm not sure what you mean, neither of those match a URL. A *normal URL

Re: [squid-users] Regex for URL to include numbers special letters

2022-05-21 Thread robert k Wild
Thanks Amos, What about if I wanted to put a normal URL in with the URL regex ones like ^zzz-iobuckets-io[0-9]+-[0-9a-z]+\.s3\.amazonaws\.com:[0-9]$ ^google\.com$ Would that work On Sat, 21 May 2022, 03:45 Amos Jeffries, wrote: > > Your solution may "works", but only partial. > > Diving back

Re: [squid-users] Regex for URL to include numbers special letters

2022-05-20 Thread Amos Jeffries
Your solution may "works", but only partial. Diving back to your original request: On 20/05/22 02:25, robert k Wild wrote: > hi all, > > want to make the below into a regex as after the io..., could be any > number and letter, the - stays in the same position but to make it > simple i just wan

Re: [squid-users] Regex for URL to include numbers special letters

2022-05-19 Thread robert k Wild
//wiki.squid-cache.org/SquidFaq/SquidAcl > > I suggest have a look there also. > > Greetz, > > Louis > > > > > > > > *Van:* robert k Wild > *Verzonden:* donderdag 19 mei 2022 16:45 > *Aan:* L.P.H. van Belle > *CC:* Squid Users > *Onderwerp:* Re:

Re: [squid-users] Regex for URL to include numbers special letters

2022-05-19 Thread robert k Wild
gt; If that is what you mean.. > > I use XCA to create certificate. > > > Greetz, > > Louis > > > > > > *Van:* squid-users *Namens *robert k Wild > *Verzonden:* donderdag 19 mei 2022 16:25 > *Aan:* Squid Users > *Onderwerp:* [squid-users] Regex for URL

[squid-users] Regex for URL to include numbers special letters

2022-05-19 Thread robert k Wild
hi all, want to make the below into a regex as after the io..., could be any number and letter, the - stays in the same position but to make it simple i just want to make anything a wildcard http://zzz-iobuckets-io50-1lnk65fe5gm7n.s3.amazonaws.com/ something like this ive done but it doesnt work