| 3 |
<title>pcre_get_stringnumber specification</title> |
<title>pcre_get_stringnumber specification</title> |
| 4 |
</head> |
</head> |
| 5 |
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB"> |
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB"> |
| 6 |
This HTML document has been generated automatically from the original man page. |
<h1>pcre_get_stringnumber man page</h1> |
| 7 |
If there is any nonsense in it, please consult the man page, in case the |
<p> |
| 8 |
conversion went wrong.<br> |
Return to the <a href="index.html">PCRE index page</a>. |
| 9 |
|
</p> |
| 10 |
|
<p> |
| 11 |
|
This page is part of the PCRE HTML documentation. It was generated automatically |
| 12 |
|
from the original man page. If there is any nonsense in it, please consult the |
| 13 |
|
man page, in case the conversion went wrong. |
| 14 |
|
<br> |
| 15 |
<br><b> |
<br><b> |
| 16 |
SYNOPSIS |
SYNOPSIS |
| 17 |
</b><br> |
</b><br> |
| 28 |
<P> |
<P> |
| 29 |
This convenience function finds the number of a named substring capturing |
This convenience function finds the number of a named substring capturing |
| 30 |
parenthesis in a compiled pattern. Its arguments are: |
parenthesis in a compiled pattern. Its arguments are: |
|
</P> |
|
|
<P> |
|
| 31 |
<pre> |
<pre> |
| 32 |
<i>code</i> Compiled regular expression |
<i>code</i> Compiled regular expression |
| 33 |
<i>name</i> Name whose number is required |
<i>name</i> Name whose number is required |
| 34 |
</PRE> |
</pre> |
|
</P> |
|
|
<P> |
|
| 35 |
The yield of the function is the number of the parenthesis if the name is |
The yield of the function is the number of the parenthesis if the name is |
| 36 |
found, or PCRE_ERROR_NOSUBSTRING otherwise. |
found, or PCRE_ERROR_NOSUBSTRING otherwise. |
| 37 |
</P> |
</P> |
| 38 |
<P> |
<P> |
| 39 |
There is a complete description of the PCRE API in the |
There is a complete description of the PCRE native API in the |
| 40 |
<a href="pcreapi.html"><b>pcreapi</b></a> |
<a href="pcreapi.html"><b>pcreapi</b></a> |
| 41 |
|
page and a description of the POSIX API in the |
| 42 |
|
<a href="pcreposix.html"><b>pcreposix</b></a> |
| 43 |
page. |
page. |
| 44 |
|
<p> |
| 45 |
|
Return to the <a href="index.html">PCRE index page</a>. |
| 46 |
|
</p> |