FavoriteSeth Ream (Swisslog Healthcare & TransLogic)Feb 20, 2023, 9:48 PMRegEx for phone number format "+1 ##########"What's the regular expression that validates the phone number format of '+1', followed by a space, followed by 10 consecutive digits?3 answersSortSort by Most HelpfulSort by Most HelpfulSort by DateAccepted AnswerKeiji Otsubo (Fukada Electric Co.,Ltd.)Feb 20, 2023, 9:56 PMHi @Seth Ream , Try this AND(NOT(ISBLANK(Phone)) ,NOT(REGEX(Phone, "[+]{1}1 [0-9]{10}")))LoadingWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerKeiji Otsubo (Fukada Electric Co.,Ltd.)Feb 20, 2023, 9:56 PMHi @Seth Ream , Try this AND(NOT(ISBLANK(Phone)) ,NOT(REGEX(Phone, "[+]{1}1 [0-9]{10}")))