About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
JRoy
6/8/2018 - 1:26 PM
share
Share
add_circle_outline
Save
Strip Phone of ( and -
functions.php
content_copy
file_download
function strip_phone_number($phone = ''){ return preg_replace('/\D+/', '', $phone); }
clear