Latest on twitter:

Email validation regex for Ruby

validates_format_of :email,
  :with  => /^([^@\s]+)@((?:[-a-z0-9]+.)+[a-z]{2,})$/i