apache / apache/royale-compiler
Invalid Regex Flag x
Open
- 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.