3 |
*************************************************/ |
*************************************************/ |
4 |
|
|
5 |
|
|
6 |
#define PCRE_VERSION "1.04 22-Dec-1997" |
#define PCRE_VERSION "1.06 23-Jan-1998" |
7 |
|
|
8 |
|
|
9 |
/* This is a library of functions to support regular expressions whose syntax |
/* This is a library of functions to support regular expressions whose syntax |
12 |
|
|
13 |
Written by: Philip Hazel <ph10@cam.ac.uk> |
Written by: Philip Hazel <ph10@cam.ac.uk> |
14 |
|
|
15 |
Copyright (c) 1997 University of Cambridge |
Copyright (c) 1998 University of Cambridge |
16 |
|
|
17 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
18 |
Permission is granted to anyone to use this software for any purpose on any |
Permission is granted to anyone to use this software for any purpose on any |
181 |
OP_CRMINRANGE, |
OP_CRMINRANGE, |
182 |
|
|
183 |
OP_CLASS, /* Match a character class */ |
OP_CLASS, /* Match a character class */ |
184 |
|
OP_NEGCLASS, /* Match a character class, specified negatively */ |
185 |
OP_REF, /* Match a back reference */ |
OP_REF, /* Match a back reference */ |
186 |
|
|
187 |
OP_ALT, /* Start of alternation */ |
OP_ALT, /* Start of alternation */ |