re2 2.5.0: new matching interface and revamped documentation
Version 2.5.0 of the Ruby bindings to RE2 is now available. A “fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python”, it is designed to eliminate ReDoS attacks and make it safe to process patterns from untrusted users. The latest version features a new full_match
and partial_match
interface to match the underlying C++ library and revamped documentation.
Post a comment