728x90
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//$mobile = '0101234567'; | |
$mobile = '01012345678'; | |
echo preg_replace('/(0(?:2|[0-9]{2}))([0-9]+)([0-9]{4}$)/', '\\1-\\2-\\3', $mobile); |
[샘플]
반응형
'Programming > PHP' 카테고리의 다른 글
Fatal error: Allowed memory size of 1xxxxxxxx bytes exhausted (2) | 2024.03.29 |
---|---|
[Codeigniter 3]htaccess https && remove index.php (0) | 2024.03.18 |
PHPMailer로 메일 보낼 때의 오류(smtp.office365.com) (0) | 2023.11.14 |
달력 (0) | 2023.11.08 |
[Laravel]php artisan schema:dump (0) | 2023.10.20 |