php replace tel sumbol(ACF);

replace tel sumbol xxx-xxx-xxx after xxxxxxxxx

by yamaksum

HTML

<a href="tel:<?php echo preg_replace('/[^0-9]/', '', get_field('tel', 'option')) ?>">
<?php the_field('tel', 'option') ?></a>