| 1311 |
The function <b>pcre_exec()</b> is called to match a subject string against a |
The function <b>pcre_exec()</b> is called to match a subject string against a |
| 1312 |
compiled pattern, which is passed in the <i>code</i> argument. If the |
compiled pattern, which is passed in the <i>code</i> argument. If the |
| 1313 |
pattern was studied, the result of the study should be passed in the |
pattern was studied, the result of the study should be passed in the |
| 1314 |
<i>extra</i> argument. This function is the main matching facility of the |
<i>extra</i> argument. You can call <b>pcre_exec()</b> with the same <i>code</i> |
| 1315 |
library, and it operates in a Perl-like manner. For specialist use there is |
and <i>extra</i> arguments as many times as you like, in order to match |
| 1316 |
also an alternative matching function, which is described |
different subject strings with the same pattern. |
| 1317 |
|
</P> |
| 1318 |
|
<P> |
| 1319 |
|
This function is the main matching facility of the library, and it operates in |
| 1320 |
|
a Perl-like manner. For specialist use there is also an alternative matching |
| 1321 |
|
function, which is described |
| 1322 |
<a href="#dfamatch">below</a> |
<a href="#dfamatch">below</a> |
| 1323 |
in the section about the <b>pcre_dfa_exec()</b> function. |
in the section about the <b>pcre_dfa_exec()</b> function. |
| 1324 |
</P> |
</P> |
| 2486 |
</P> |
</P> |
| 2487 |
<br><a name="SEC24" href="#TOC1">REVISION</a><br> |
<br><a name="SEC24" href="#TOC1">REVISION</a><br> |
| 2488 |
<P> |
<P> |
| 2489 |
Last updated: 06 September 2011 |
Last updated: 23 September 2011 |
| 2490 |
<br> |
<br> |
| 2491 |
Copyright © 1997-2011 University of Cambridge. |
Copyright © 1997-2011 University of Cambridge. |
| 2492 |
<br> |
<br> |