RegEx (Regular Expressions) Filter
The main reason to use Regular Expressions is that they support wildcard matching, letting you capture a lot of variations (in URLs for example) using a single string of characters. They will match everything they possibly can, unless you force them not to. It means you will be able to match everything you want! With no exceptions.
Oh, and you definitely do not need to be a programmer to take advantage of regular expressions!

