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.

#1638 RegExp doubleslash highlighting like comment
Author:
Kuroneko

Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed 

> 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

Its because I added slashes to pushstring and regexp adding slashes too
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
Type: bug→question
Okay, I get it, thanks
State: opened→closed