Filter Patterns

The pattern is a standard Java regular expression, as used with java.util.regex.Pattern class. Here are some examples:

Pattern Description
Developer$ The value ends with "Developer". This can be used to either make "ABC Developer" equate to "DEF Developer" for project access, or can be used to remove all Developer groups from the comparison, depending upon which filter type is used
[ \r\n]*TEMPLATE=[0-9]+[ \r\n]* Matches the complete line (including whitespace) used for defining a template value e.g. TEMPLATE=123. This would typically be used as a Remove Match filter to makes the Notes fields for a project and template equal if the only difference is the Babbage template definition line