RegexAnalyzer icon indicating copy to clipboard operation
RegexAnalyzer copied to clipboard

Regular Expression Analyzer and Composer for JavaScript, PHP, Python

Results 1 RegexAnalyzer issues
Sort by recently updated
recently updated
newest added

The code: ``` console.warn(JSON.stringify(Regex.Analyzer(/\u{20000}/u).tree(), null, 2)) ``` throws an error as the `\u{XXXXX}` is not supported when the `u` flag is used.

enhancement