public static string RemoveSpecialCharacter(string _path) { return Regex.Replace(_path, "[ \[ \] \^ \-_*×――(^)$%~!@#$…&%¥—+=<>《》!!???::•`·、。,;,.;"‘’“”-]", "").ToLower(); }
public static string RemoveSpecialCharacter(string _path) { return Regex.Replace(_path, "[ \[ \] \^ \-_*×――(^)$%~!@#$…&%¥—+=<>《》!!???::•`·、。,;,.;"‘’“”-]", "").ToLower(); }