issues
search
rusty-ecma
/
RESSA
Rusty EcmaScript Syntax Analyzer
MIT License
111
stars
14
forks
source link
Regex Validation
#49
Closed
FreeMasen
closed
4 years ago
FreeMasen
commented
4 years ago
[x] Validate Flags are only "g", "i", "m", "u", or "y"
[x] body cannot start with "*"
[x] flags cannot contain duplicates
[x] body must be pattern
link
[x] look behinds
[x] "u" flag disables "quantifiable assertions"
[x] unicode escapes must be hex values
[x] class ranges cannot contain multi character set i.e. [\d-\s] is invalid