Polish postal code validator in Symfony


/ Published in: Symfony
Save to your folder(s)



Copy this code and paste it in your HTML
  1. new sfValidatorRegex(array('pattern' => '/^[0-9]{2}-[0-9]{3}$/'))

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.