집합장 테스트

This commit is contained in:
2018-09-18 00:29:44 +09:00
parent 78f8b56203
commit 87171b4246
6 changed files with 85 additions and 3 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ class StringUtil
public static function removeSpecialCharacter($str)
{
return str_replace([
'"', '\'', 'ⓝ', 'ⓜ', 'ⓖ', '\\', '/', '`', '#',
'"', '\'', 'ⓝ', 'ⓜ', 'ⓖ', 'ⓞ', 'ⓧ', '㉥', '\\', '/', '`', '#',
'-', '#', '|'
], '', $str);
}