검색처 특수문자 패턴 추가

This commit is contained in:
chicpro
2014-05-28 17:51:00 +09:00
parent f733f8c5d9
commit 3e49c0c7f9

View File

@ -2669,7 +2669,7 @@ function get_search_string($stx)
$stx_pattern[] = '#\.*/+#';
$stx_pattern[] = '#\\\*#';
$stx_pattern[] = '#\.{2,}#';
$stx_pattern[] = '#[/\'\"%=*\#\(\)\|\+\-\&\!\$@~\{\}\[\]`]+#';
$stx_pattern[] = '#[/\'\"%=*\#\(\)\|\+\-\&\!\$@~\{\}\[\]`;:\?]+#';
$stx_replace = array();
$stx_replace[] = '';