• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-48,57038,017

Android.bpD04-Jul-20254 KiB140136

DEPSD04-Jul-202576 87

DIR_METADATAD04-Jul-202585 76

LICENSED04-Jul-20251.5 KiB2827

METADATAD04-Jul-2025411 1312

MODULE_LICENSE_BSD_3_CLAUSED04-Jul-20250

README.chromiumD04-Jul-2025411 1412

README.chromium

1Name: re2 - an efficient, principled regular expression library
2Short Name: re2
3URL: https://github.com/google/re2
4Version: 1e44e72d31ddc66b783a545e9d9fcaa876a146b7
5Date: 2023-05-31
6License: BSD-3-Clause
7License File: LICENSE
8Security Critical: yes
9Shipped: yes
10
11Description:
12RE2 is a fast, safe, thread-friendly alternative to backtracking regular
13expression engines like those used in PCRE, Perl, and Python.
14