Hey
Does anyone know if this filter should accept negative filters. And if it does then how should i define filter that would remove all tables from list that ends with specific suffix. Example i do not want to see tables in list that ends with "_aud"
Usually would expect something like:
.*(?<!_aud)$
But this not valid.