mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-03 05:29:53 +09:00
Update dependencies
This commit is contained in:
@@ -492,7 +492,7 @@ abstract class AbstractUnicodeString extends AbstractString
|
||||
foreach (explode("\n", $s) as $s) {
|
||||
if ($ignoreAnsiDecoration) {
|
||||
$s = preg_replace('/(?:\x1B(?:
|
||||
\[ [\x30-\x3F]*+ [\x20-\x2F]*+ [0x40-\x7E]
|
||||
\[ [\x30-\x3F]*+ [\x20-\x2F]*+ [\x40-\x7E]
|
||||
| [P\]X^_] .*? \x1B\\\\
|
||||
| [\x41-\x7E]
|
||||
)|[\p{Cc}\x7F]++)/xu', '', $s);
|
||||
|
||||
Reference in New Issue
Block a user