avoid potentially huge (and inefficient) regex
prefer a list of decision to be checked over a (huge) regex corresponding to the 'or' of the entries in a list to be matched against the various decisions
prefer a list of decision to be checked over a (huge) regex corresponding to the 'or' of the entries in a list to be matched against the various decisions