| 18 |
.rs |
.rs |
| 19 |
.sp |
.sp |
| 20 |
This function matches a compiled regular expression against a given subject |
This function matches a compiled regular expression against a given subject |
| 21 |
string, and returns offsets to capturing subexpressions. Its arguments are: |
string, using a matching algorithm that is similar to Perl's. It returns |
| 22 |
|
offsets to captured substrings. Its arguments are: |
| 23 |
.sp |
.sp |
| 24 |
\fIcode\fP Points to the compiled pattern |
\fIcode\fP Points to the compiled pattern |
| 25 |
\fIextra\fP Points to an associated \fBpcre_extra\fP structure, |
\fIextra\fP Points to an associated \fBpcre_extra\fP structure, |