houdini/lib/email.rb
2018-05-22 13:33:35 -05:00

7 lines
211 B
Ruby

# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
module Email
Regex ||= /^[^ ]+@[^ ]+\.[^ ]+/i
#PsqlRegex ||= '^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+[.][A-Za-z]+$'
end