Hacker News new | ask | show | jobs
by Drup 2210 days ago
Unfortunately, this is not the case as soon as you add grouping! To properly express regular expression with grouping, finite state automatons are not sufficient and you need the theory of transducers which does not admit the same properties (in particular regarding to determinisation).
1 comments

What do you mean by 'grouping'?
Capture groups, I think.