Answers for "regex to extract a phone number with country code"

0

valid phone number regex with country code

((00)?(\+)?\d{1,3})[-\s]+(\d{1,3})[-\s]+(\d{4,10})
Posted by: Guest on February-17-2021
0

regex to extract a phone number with country code

^\+(?:[0-9]●?){6,14}[0-9]$
Posted by: Guest on June-11-2021

Code answers related to "regex to extract a phone number with country code"

Browse Popular Code Answers by Language