<div dir="ltr">>�<span style="font-family:arial,sans-serif;font-size:12.727272033691406px">Are you sure? Is there a "Regex" checkbox?</span><div><span style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br>
</span></div><div><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">No regex checkbox. I must have misunderstood when the regex feature came into existance.</span></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Feb 10, 2014 at 1:55 AM, Simon MacMullen <span dir="ltr"><<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 07/02/2014 19:42, Matt Pietrek wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I want to set the filter to exclude a set of queues, say... all queues<br>
that start with "web-rpc".<br>
</blockquote>
<br></div>
Try:<br>
<br>
^(?!web-rpc)(.+)$<br>
<br>
This can be generalised:<br>
<br>
^(?!bad-prefix|another-bad-<u></u>prefix|etc)(.+)$<div class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm on 3.2.2, FWIW.<br>
</blockquote>
<br></div>
Are you sure? Is there a "Regex" checkbox? Because the regex checkbox is only in nightly builds ATM; if you are really running 3.2.2 then you just get simple string matching and excluding prefixes is not possible.<br>

<br>
Cheers, Simon<br>
</blockquote></div><br></div>