Validates that the value is a data uri and that the data section is between the minimum and maximum length.
The value to check.
The constraints.
True if value is a string data url and the data section of the url is between args.constraints[0] and args.constraints[1] inclusive.
Represents a validator for forcing the limit of the data section of a data uri to be between a certain length.