apache / apache/royale-compiler

Invalid Regex Flag x

Open
#163 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
113
Forks
54
PR merge metrics
No merged PRs in 30d

Description

- var regex : RegExp = /[\s*]+/gx;
+ var regex : RegExp = /[\s*]+/g;

The x flag is legal in AS3 but not in js, so the first line should probably yield be a compile time error.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.