Is there any way to test a vType on a value, without it being in a form?
Eg I have a custom vtype implemented to do ajax validation, however I would also like to run it against the email vtype, so I was hoping to run something inside my custom vtype along the lines of
validate('abc@de.ce','email');
You could use functions instead of properties, then you could just call ’em: