Categories
How to format a phone number in PHP?
Hello, I have a phone number in the format +7 (999) 999 99 99. How can I convert it to +79999999999 using regular expressions?
Answer the question
In order to leave comments, you need to log in
preg_replace('~[^+\d]~', '', $str)
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question