Hacker News new | past | comments | ask | show | jobs | submit login

On a related note, if you have Python regex code that you want to make more stable/performant, https://pypi.org/project/pyre2/ is a drop-in replacement for `re` that (configurably) falls back to `re` if you use lookaheads, etc.

The design philosophy behind RE2 for those unfamiliar with the library: https://github.com/google/re2/wiki/WhyRE2




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: