Skip to content

Instantly share code, notes, and snippets.

@chalkers
Created June 10, 2010 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chalkers/433093 to your computer and use it in GitHub Desktop.
Save chalkers/433093 to your computer and use it in GitHub Desktop.
validates_format_of :email, :with => /^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}/i
validates_format_of :website, :with => /^http:\/\//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment