답변 2개
8년 전
저의경우에는 https://sir.kr/g5_tip/2146 이렇게 사용합니다.
8년 전
<?php echo preg_replace('/.(?=.$)/u', '*', $value[name]); ?>
답변을 작성하려면 로그인이 필요합니다.