I searched the forum several times but did not find an answer to this question. (Course I may have just used the wrong search terms so if this is a repost questions I apologize). I want to search a folder for files that don't match a specified string:
Example: (Find the files that don't have "Orange" in the file name)
Orange1apple
Orange2apple
Orange3apple
4apple
5apple
6apple
Should return:
4apple
5apple
6apple
So I can make the necessary changes. Is it possible to do this natively with BRU or do I need to use a REGEX code. I played around with the filter option but could not find a way to return non-matches. Thank you in advance.