6 ms·
I think we should just use term regex and leave term regular expressions for, you know, actual regular expressions.
by stplsd 8y ago
I think we should just use term regex and leave term regular expressions for, you know, actual regular expressions.
- stochastic_monk 8y agoWhat should these be called? Context-free expressions?
- man-and-laptop 8y agoThe language (.*)\1 is not context-free. Also it's not clear if regexes with backreferences can parse XML, which is context-free.