mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
re2[1] compiles (strictly) regular expressions to deterministic finite automata, which guarantees linear-time behavior; `google-re2` is a drop-in replacement for the `re` module which uses re2 under the hood. [1]: https://github.com/google/re2/
104 KiB
104 KiB