이름에 별표 표시 > php

본문 바로가기

php

이름에 별표 표시

작성일 18-02-27 09:32

페이지 정보

작성자서방님 조회 140회 댓글 0건

본문

<?
echo preg_replace('/.(?!.)/u','○','홍길동'); // 홍길○
echo preg_replace('/.(?=.)/u','○','홍길동'); // ○○동
echo preg_replace('/.(?!..)/u','○','홍길동'); // 홍○○
echo preg_replace('/.(?=.$)/u','○','홍길동'); // 홍○동
echo preg_replace('/.(?!..)/u','○','홍길동'); // 홍○○
echo preg_replace('/.(?!.$)/u','○','홍길동'); // ○길○
echo preg_replace('/./u','○','홍길동'); // ○○○
?>

댓글목록

등록된 댓글이 없습니다.

전체 612건 10 페이지
게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기