반응형
$string = preg_replace("/[ #\&\+\-%@=\/\\\:;,\.'\"\^`~\_|\!\?\*$#<>()\[\]\{\}]/i", "", $string);
preg_repalce 를 사용하면 정말 간단하게 특수문자를 제거할 수 있습니다.
반응형
'개발 꿀팁 > PHP' 카테고리의 다른 글
[PHP] Removing duplicate values in arrays, Array_unique () (0) | 2018.01.16 |
---|---|
How to import Amazon product descriptions, images, etc. with ASIN [Using AMAZON ASSOCIATES] (0) | 2018.01.16 |
(PHP) strpos로 문자열 포함되는지 검사하는 소스 (0) | 2016.08.29 |
특정 태그 제거와 [개행문자] CRLF 제거하기 (0) | 2016.08.29 |
php 에서 .sql 파일을 어떻게 백업을 복구하나요? (0) | 2016.08.21 |