mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 22:10:45 +00:00
Fixed AS3 - RegExp escaping
This commit is contained in:
@@ -73,6 +73,7 @@ public class RegExpAvm2Item extends AVM2Item implements Callable {
|
||||
//not escaped / char, returning null
|
||||
return null;
|
||||
}
|
||||
ret.append("/");
|
||||
} else if (c == '\\') {
|
||||
ret.append("\\");
|
||||
escape = true;
|
||||
|
||||
Reference in New Issue
Block a user