{"library":"re2","type":"library","category":null,"description":"RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.","language":"cpp","status":"active","version":"2025-11-05","tags":["regex","pattern-matching","performance","safe"],"last_verified":"Wed Jun 17","install":[{"cmd":"vcpkg install re2","imports":["#include <re2/re2.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(re2 CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE re2::re2)","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}