| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 66 | public function filter(string $str): string |
||
| 67 | { |
||
| 68 | $str = str_replace(array('`', '·', '~', '!', '!', '@', '#', '$', '¥', '%', '^', '……', '&', '*', '(', ')', '(', ')', '-', '_', '——', '+', '=', '|', '\\', '[', ']', '【', '】', '{', '}', ';', ';', ':', ':', '\'', '"', '“', '”', ',', ',', '<', '>', '《', '》', '.', '。', '/', '、', '?', '?', '╮', '(', ')', 'r', 'ぷ', '〆', 'ゞ', 'ヤ', 'ゼ', 'ǎ', 'ǎ', '〆', 'む', '§', '上门'), '', $str); |
||
| 69 | return trim($str); |
||
| 70 | } |
||
| 128 |