|
|
| version 1.63, 2001/04/03 08:23:07 | version 1.68, 2001/04/03 16:34:27 |
|---|---|
| Line 184 public: | Line 184 public: |
| const String& delim, | const String& delim, |
| Untaint_lang lang, int limit=-1) const; | Untaint_lang lang, int limit=-1) const; |
| Table& match(const String *aorigin, | typedef void (*Row_action)(Table& table, Array *row, int start, int finish, |
| const String& regexp, const String& options) const; | void *info); |
| bool match(const String *aorigin, | |
| const String& regexp, | |
| const String *options, | |
| Table **table, | |
| Row_action row_action, void *info) const; | |
| #ifndef NO_STRING_ORIGIN | #ifndef NO_STRING_ORIGIN |
| /// origin of string. calculated by first row | /// origin of string. calculated by first row |