Hacker News new | ask | show | jobs
by ridiculous_fish 3019 days ago
No. One way to convince yourself of this is that regexp capture groups must properly nest: /())(()/ is invalid for example. Regexps famously cannot match balanced parenthesis.