jQuery(function($){ $('#et-info-phone').wrap(function(){ var num = $(this).text(); num = num.replace(/[^0-9+]+/g, '-'); // sanitize num = num.replace(/^[-]|[-]$/g, ''); // trim return ''; }); });

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!