- Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
- Your phone number ********8898 has been sent with a verification code.
<?php
$msg = 'Your phone number 040783248898 has been sent with a verification code.';
echo preg_replace('/\b\d{8}(?=\d{4}\b)/', '********', $msg);