This rule template can be used to create rules which will be triggered when a value matches a given regular expression.
For example, one can create a rule with the regular expression "^blabla.*" to match all values starting
with 'blabla'.
See Java documentation for detailed regular expression syntax.