mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add ability to move stuff around, fix spelling.
This commit is contained in:
@@ -399,6 +399,9 @@ class Steam
|
||||
"\x20", // plain old normal space
|
||||
];
|
||||
|
||||
// clear zalgo text
|
||||
$string = preg_replace('/\pM/u', '', $string);
|
||||
|
||||
return str_replace($search, '', $string);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user