 |
NEURON
|
Go to the documentation of this file. 59 #define REGEXP_MAGIC 0234 64 Regexp(
const char*,
int length);
68 int Search(
const char*
text,
int length,
int index,
int range);
69 int Match(
const char* text,
int length,
int index);
70 int BeginningOfMatch(
int subexp = 0);
71 int EndOfMatch(
int subexp = 0);