Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular Expression syntax follows Java and not Haxe rules. #996

Open
EricBishton opened this issue Jun 16, 2020 · 0 comments
Open

Regular Expression syntax follows Java and not Haxe rules. #996

EricBishton opened this issue Jun 16, 2020 · 0 comments

Comments

@EricBishton
Copy link
Member

package masque;

class FromLorin {
    public function new() {
      // The next line causes a "Redundant character escape '\/' in RegExp." message. 
      var ereg:EReg = ~/[^a-zA-Z0-9-_~\/.]/;  // The \ isn't redundant in Haxe.  It is in Java.
    }
}

Verified exists in plugin v1.2. IDEA 2019.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant