--- parser3/src/main/pa_string.C 2001/05/16 08:10:22 1.86 +++ parser3/src/main/pa_string.C 2001/05/19 19:55:45 1.88 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_string.C,v 1.86 2001/05/16 08:10:22 parser Exp $ + $Id: pa_string.C,v 1.88 2001/05/19 19:55:45 parser Exp $ */ #include "pa_config_includes.h" @@ -21,7 +21,6 @@ #include "pa_array.h" #include "pa_globals.h" #include "pa_table.h" -#include "pa_threads.h" String::String(Pool& apool, const char *src, size_t src_size, bool tainted) : Pooled(apool) { @@ -486,6 +485,7 @@ static void regex_options(char *options, } } +/// @todo maybe need speedup: some option to remove pre/match/post string generation bool String::match(const unsigned char *pcre_tables, const String *aorigin, const String& regexp,