Russ Cox is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

rsc / re2 http://code.google.com/p/re2

Clone of http://code.google.com/p/re2, for automatic SVN access.

Clone this repository (size: 565.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/rsc/re2
hg clone ssh://hg@bitbucket.org/rsc/re2

re2 overview

Recent commits See more »

Author Revision Comments Message Labels Date
Russ Cox d49d9934b9aa syntax update
Russ Cox 72b58eeb98dd syntax update
Russ Cox f9117e8a1c50 syntax update
r...@swtch.com 9aa1d4f2954d libre2.symbols: use correct non-Darwin syntax (thanks Takanori Ueda)
Stefano Rivera 67e969a063d4 re2_test.cc: Ask sysconf() for pagesize rather than assuming multiple of 8k
This is the source code repository for RE2, a regular expression library.

For documentation about how to install and use RE2,
visit http://code.google.com/p/re2/.

The short version is:

make
make test
make install
make testinstall

Unless otherwise noted, the RE2 source files are distributed
under the BSD-style license found in the LICENSE file.

RE2's native language is C++.
An Inferno wrapper is at http://code.google.com/p/inferno-re2/.
A Python wrapper is at http://github.com/facebook/pyre2/.
A Ruby wrapper is at http://github.com/axic/rre2/.