/ Published in: Symfony
Expand |
Embed | Plain Text
new sfValidatorRegex(array('pattern' => '/^[0-9]{2}-[0-9]{3}$/'))
You need to login to post a comment.
ef on 02/08/11
1 person have marked this snippet as a favorite
new sfValidatorRegex(array('pattern' => '/^[0-9]{2}-[0-9]{3}$/'))
You need to login to post a comment.