constants.rb 124 Bytes
module Noosfero::Constants
  EMAIL_FORMAT = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\Z/i
  INTEGER_FORMAT = /\A\d*\Z/i
end