Created
February 27, 2011 10:16
-
-
Save Patrizio/846068 to your computer and use it in GitHub Desktop.
Een validation voor een geldig Nederlandse postcode (1234 AB)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
validates_format_of :postcode, | |
:with => /^(\d{4}).[a-z]{2}$/i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment