the current patch adds the list of values to a HashSet and searches for exact matches only.
If we allow wildcards or regular expressions in general we need a lot more code to parse
a new option file and implement a sequential search for the given patterns.
I'd prefer to keep this simple for now, so please add each pattern. Or do you think that is not possible?