re22021-09-01

Install

To start using this module, make sure you have set up Bzlmod according to the user guide, and add the following to your MODULE.bazel file:

Copied to clipboard!

Read the Release Notes

Version history

Dependency graph

Direct (1) at version 2021-09-01
Dev Dependencies (None)
    Dependents (21)

    About

    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.

    Tested on

    Platform support information not available
    Bazel version support information not available

    Maintainers

    • Russ Cox