|
|
|
|
|
by derefr
3019 days ago
|
|
> determinized DFA Yep, that's the thing I was thinking of. Thanks! Question, since you seem like you might know: is there an alternative regex library—or a plain Yacc parsing grammar that you could stick as a validator in front of PCRE's parser—that would allow through only the regexes which parse out to constant-time (determinized) DFAs? |
|