是否有DAL验证器或某种验证方法能够同时接受international phone numbers和多个common formats for US phone numbers?我一直在尝试将IS_EMPTY_OR(IS_MATCH(...))与regexes from the S.O. question entitled "A comprehensive regex for phone number validation"组合使用;使用该方法的一些解决方案,基于该线程中的正则表达式允许不允许的输入,或者允许的不允许输入。希望了解如何按照上述要求完成电话号码验证。谢谢!