public class RegularExpressionValidator implements Validator(Code)
A validator to enforce non-empty fields.
This validator can be used for rule input fields in the UserInputPanel to make sure that the
user's entry matches a specified regular expression.
author: Mike Cunneen