blob: 8f577401167328cc600972a3d7b1d12ebe036346 [file] [log] [blame]
Russ Cox0a38cba2010-03-02 17:17:51 -08001This is the source code repository for RE2, a regular expression library.
2
3For documentation about how to install and use RE2,
4visit http://code.google.com/p/re2/.
5
6The short version is:
7
8make
9make test
10make install
11make testinstall
12
13Unless otherwise noted, the RE2 source files are distributed
14under the BSD-style license found in the LICENSE file.