JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#1638 RegExp doubleslash highlighting like comment
Author: user Kuroneko
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed Help

> What is the expected output? What do you see instead? RegExp doubleslash highlighting like comment > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Ffdec 14.0.1 nightly 1841 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. >Screen
user
Its because I added slashes to pushstring and regexp adding slashes too
admin
If you want to match "aa/bb", you must escape it like pushstring "aa\\/bb" in p-code. RegExp constructor accepts strings without leading/trailing slash, so do not use it.
State: new→opened
Type: bug→question
user
Okay, I get it, thanks
admin
State: opened→closed