| 33 |
.\" HREF |
.\" HREF |
| 34 |
\fBpcreapi\fP |
\fBpcreapi\fP |
| 35 |
.\" |
.\" |
| 36 |
documentation for a description of PCRE's native API, which contains additional |
documentation for a description of PCRE's native API, which contains much |
| 37 |
functionality. |
additional functionality. |
| 38 |
.P |
.P |
| 39 |
The functions described here are just wrapper functions that ultimately call |
The functions described here are just wrapper functions that ultimately call |
| 40 |
the PCRE native API. Their prototypes are defined in the \fBpcreposix.h\fP |
the PCRE native API. Their prototypes are defined in the \fBpcreposix.h\fP |
| 76 |
The argument \fIcflags\fP is either zero, or contains one or more of the bits |
The argument \fIcflags\fP is either zero, or contains one or more of the bits |
| 77 |
defined by the following macros: |
defined by the following macros: |
| 78 |
.sp |
.sp |
| 79 |
|
REG_DOTALL |
| 80 |
|
.sp |
| 81 |
|
The PCRE_DOTALL option is set when the expression is passed for compilation to |
| 82 |
|
the native function. Note that REG_DOTALL is not part of the POSIX standard. |
| 83 |
|
.sp |
| 84 |
REG_ICASE |
REG_ICASE |
| 85 |
.sp |
.sp |
| 86 |
The PCRE_CASELESS option is set when the expression is passed for compilation |
The PCRE_CASELESS option is set when the expression is passed for compilation |
| 194 |
.SH AUTHOR |
.SH AUTHOR |
| 195 |
.rs |
.rs |
| 196 |
.sp |
.sp |
| 197 |
Philip Hazel <ph10@cam.ac.uk> |
Philip Hazel |
| 198 |
.br |
.br |
| 199 |
University Computing Service, |
University Computing Service, |
| 200 |
.br |
.br |
| 201 |
Cambridge CB2 3QG, England. |
Cambridge CB2 3QG, England. |
| 202 |
.P |
.P |
| 203 |
.in 0 |
.in 0 |
| 204 |
Last updated: 07 September 2004 |
Last updated: 28 February 2005 |
| 205 |
.br |
.br |
| 206 |
Copyright (c) 1997-2004 University of Cambridge. |
Copyright (c) 1997-2005 University of Cambridge. |