Hacker News new | ask | show | jobs
by masklinn 33 days ago
Regexp does not use re2, it is a separate implementation of the same concepts.
1 comments

Yes my bad, I meant it implements that algorithm, but that’s not quite right either, it’s like RE2 but slightly different, with the same results. I read the code to see what was actually under the hood and it’s pretty cool.