Hi,
I don't think this is a YMDS specific question, it's more a general
Yii validation problem. Here you'll find a list of Yii built-in
validators:
http://www.yiiframework.com/wiki/56/
unfortunately there's none that would fulfill your request, so you'll
need to write a custom validator. You can find more about this topic
here:
http://www.yiiframework.com/doc/guide/1.1/en/form.model#declaring-validation-rules
if you need to reuse this rule in different models, then I'd prefer to
build a validator class for this task.
--
Nagy Attila Gabor