| 28 |
</b><br> |
</b><br> |
| 29 |
<P> |
<P> |
| 30 |
This function matches a compiled regular expression against a given subject |
This function matches a compiled regular expression against a given subject |
| 31 |
string, and returns offsets to capturing subexpressions. Its arguments are: |
string, using a matching algorithm that is similar to Perl's. It returns |
| 32 |
|
offsets to captured substrings. Its arguments are: |
| 33 |
<pre> |
<pre> |
| 34 |
<i>code</i> Points to the compiled pattern |
<i>code</i> Points to the compiled pattern |
| 35 |
<i>extra</i> Points to an associated <b>pcre_extra</b> structure, |
<i>extra</i> Points to an associated <b>pcre_extra</b> structure, |