@@ -103,10 +103,10 @@ |
||
103 | 103 | $patterns = synapse()->memory->substitute()->keys()->all(); |
104 | 104 | $replacements = synapse()->memory->substitute()->values()->all(); |
105 | 105 | |
106 | - // $this->source = mb_strtolower($this->original); |
|
106 | + // $this->source = mb_strtolower($this->original); |
|
107 | 107 | $this->source = $this->original; |
108 | - // $this->source = preg_replace($patterns, $replacements, $this->source); |
|
109 | - // $this->source = preg_replace('/[^\pL\d\s]+/u', '', $this->source); |
|
110 | - // $this->source = remove_whitespace($this->source); |
|
108 | + // $this->source = preg_replace($patterns, $replacements, $this->source); |
|
109 | + // $this->source = preg_replace('/[^\pL\d\s]+/u', '', $this->source); |
|
110 | + // $this->source = remove_whitespace($this->source); |
|
111 | 111 | } |
112 | 112 | } |