Y
Hacker News
new
|
ask
|
show
|
jobs
by
stplsd
2753 days ago
I think we should just use term regex and leave term regular expressions for, you know, actual regular expressions.
1 comments
stochastic_monk
2753 days ago
What should these be called? Context-free expressions?
link
man-and-laptop
2753 days ago
The language
(.*)\1
is not context-free.
Also it's not clear if regexes with backreferences can parse XML, which
is
context-free.
link