Add util-regexp module.
commit5a9a170c17bef7473cc6b716aea6f2f5ff8a26c9
authorDavid Brodsky <trekie@sinister.cz>
Sat, 15 Jul 2006 12:15:46 +0000 (15 14:15 +0200)
committerDavid Brodsky <trekie@sinister.cz>
Sat, 15 Jul 2006 12:15:46 +0000 (15 14:15 +0200)
treefb18f3f72313a7fc520a4d16fd3fe7a90b98d6a1
parentcc137fd2714c8733248585014ea3f01c74cfab94
Add util-regexp module.

This module provides text matching agains POSIX regular expressions.
include/tairon/util/regexp.h [new symlink]
src/Jamfile
src/util-regexp/Jamfile [new file with mode: 0644]
src/util-regexp/regexp.cpp [new file with mode: 0644]
src/util-regexp/regexp.h [new file with mode: 0644]