| 17 |
.SH DESCRIPTION |
.SH DESCRIPTION |
| 18 |
.rs |
.rs |
| 19 |
.sp |
.sp |
| 20 |
This function compiles a regular expression into an internal form. Its |
This function compiles a regular expression into an internal form. It is the |
| 21 |
arguments are: |
same as \fBpcre_compile2()\fP, except for the absence of the \fIerrorcodeptr\fP |
| 22 |
|
argument. Its arguments are: |
| 23 |
.sp |
.sp |
| 24 |
\fIpattern\fR A zero-terminated string containing the |
\fIpattern\fR A zero-terminated string containing the |
| 25 |
regular expression to be compiled |
regular expression to be compiled |
| 42 |
(not much use currently) |
(not much use currently) |
| 43 |
PCRE_FIRSTLINE Force matching to be before newline |
PCRE_FIRSTLINE Force matching to be before newline |
| 44 |
PCRE_MULTILINE ^ and $ match newlines within data |
PCRE_MULTILINE ^ and $ match newlines within data |
| 45 |
|
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
| 46 |
PCRE_NEWLINE_CR Set CR as the newline sequence |
PCRE_NEWLINE_CR Set CR as the newline sequence |
| 47 |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
| 48 |
PCRE_NEWLINE_LF Set LF as the newline sequence |
PCRE_NEWLINE_LF Set LF as the newline sequence |