아래와 같이 적용하면 기본적인 특수문자를 제거하실수 있습니다. $string = preg_replace ("/[ #&+-%@=/\:;,.'"^`~_|!?*$#<>()[]{}]/i", "", $string);