The RangeValidator tests for attribute values within specified minimum and maximum values (inclusive). The range values are set in the constructor or by using set methods. The validateValue method performs the actual comparisons and returns true on success.
The supported operators are:
BETWEEN
NOT BETWEEN