export const EMAIL_REGEX = /(.+)@(.+){2,}\.(.+){2,}/; export const URL_REGEX = /^(ftp|http|https):\/\/[^ "]+$/;