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