It would be very neat if the author included links to libraries that implemented this model of regex.
The author’s library re2 uses this technique.
And so does Go’s regexp library from an overlapping set of the same authors
Rust’s implementation is also based on RE2: https://doc.rust-lang.org/regex/regex/index.html
It would be very neat if the author included links to libraries that implemented this model of regex.
The author’s library re2 uses this technique.
And so does Go’s regexp library from an overlapping set of the same authors
Rust’s implementation is also based on RE2: https://doc.rust-lang.org/regex/regex/index.html