Skip to content

Commit

Permalink
Revert "Fix removal of asterisks in censorship statements"
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntimeX committed Dec 31, 2024
1 parent 79fca51 commit 1304bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Censorship extends SingletonFactory
* word delimiters
* @var string
*/
protected $delimiters = '[\s\x21-\x29\x2B-\x2F\x3A-\x3F\x5B-\x60\x7B-\x7D]';
protected $delimiters = '[\s\x21-\x2F\x3A-\x3F\x5B-\x60\x7B-\x7E]';

/**
* list of words
Expand Down

0 comments on commit 1304bbe

Please sign in to comment.