Package Info

re2-10


C++ fast alternative to backtracking RE engines


Development/Libraries/C and C++

RE2 is a C++ library providing a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python.

Backtracking engines are typically full of features and convenient syntactic sugar but can be forced into taking exponential amounts of time on even small inputs.

In contrast, RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input, at the expense of some missing features (e.g. back references and generalized assertions).


License: BSD-3-Clause
URL: https://github.com/google/re2

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
20230301-bp156.1.6 info GA Release 2024-03-28 15 SP6
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • libre2-10
  • re2-10-devel