收藏Wolfgang Red 提问于 #Data Management2017年10月27日 11:29Does one have a formula ready which says the email field must be filled and be in the correct format? thx for help2 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...Ankush Dureja (NJC Labs)2017年10月27日 11:33Try this:AND(ISBLANK(EmailField__c),NOT(REGEX(EmailField__c,'([a-zA-Z0-9_\\-\\.]+)@((\\[a-z]{1,3}\\.[a-z]{1,3}\\.[a-z]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})'))) 显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
Ankush Dureja (NJC Labs)2017年10月27日 11:33Try this:AND(ISBLANK(EmailField__c),NOT(REGEX(EmailField__c,'([a-zA-Z0-9_\\-\\.]+)@((\\[a-z]{1,3}\\.[a-z]{1,3}\\.[a-z]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})'))) 显示更多