When setting up a basic expression in the filter dialog I am struggling to produce a filter that matches my requirements.
For example, i want to filter all strings in the stringlist that have an ID that ends with "<any-lowercase-char>SN".
There are several issues doing this currently.
1. I cannot anchor SN to the end of the string.
2. I have to use 26 separate "OR'd" rules, 1 for each letter of the alphabet.
3. I cannot use the GUI to create this filter, as there seems to be a limit on the number of lines allowed in a filter in the GUI.
4. If I export the rule and edit it manually, I can re-import it. It does work, but I can still only see the first 3 lines of the filter in the GUI.
Please allow the use of regular expressions in filters. You already allow it in the search dialog. I understand there may be a performance hit, but the flexibility of regexp filters outweighs that, for me anyway.