Skip to content

avoid potentially huge (and inefficient) regex

Gerhard Raven requested to merge avoid-huge-regex into master

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

Merge request reports

Loading