regular expression for mobile number validation

0
what is the regular expression for mobile number validation using microflow?    
asked
1 answers
1

Phone numbers vary depending what country you are in. If your application is targeted at one country, then a regular expression may be suitable. Otherwise, you probably want to look at using a tool like Google’s LibPhoneNumber to handle all the possible variations.

answered