How-to articles, tricks, and solutions about PHONE-NUMBER
Remove all non-numeric characters from a string; [^0-9] doesn't match as expected
You can use the preg_replace function in PHP to remove all non-numeric characters from a string.