Enhanced variable resolution service to recognize public fields as well as properties. Also added BASH style regex matches and negated regex matches operators =~ and !=~. For example:
Message !=~ ".*(Mirror Pond Pale Ale).*" will reject any string that contains the string "Mirror Point Pale Ale"
↧