Hi how can I filter filenames ends with " (E).mp3 "

Hi how can I filter filenames ends with " (E).mp3 "

Try
%_filename_ext% HAS " (E).mp3"

thanks! that did the trick