python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Disable Unnecessary escape character: \+
I have this regex of mine that will validate phone number (i.e. +1 (417) 230-0718). Using this regex /^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$/im, I've encountered and error while run...
Kunkka Admiral
Votes: 0
Answers: 2
How to deal with differences in Phone Numbers using Twilio?
Tools
Django - Twilio WSP API
Context
I send a message to my own number as +54 9 (1234) 123456
But when I answer back Twilio receives the msg from +54 (1234) 123456
Problem
If I save "+54 9 (1234...
Martin Fernandez
Votes: 0
Answers: 1
How to fetch phone numbers in ionic 5? Suggest plugins
I need to show the popup to select the mobile number by the user like in the screenshot .
Sampath Nallasamy
Votes: 0
Answers: 0
Regular expression with a conditional statement that validates a phone number in JavaScript
Although I have used regular expressions fairly often, I rarely create my own. I've been reading up on them recently as I need to create some fairly specific expressions for a project I am working on....
phunder
Votes: 0
Answers: 2