| 33 |
<i>name</i> Name whose number is required |
<i>name</i> Name whose number is required |
| 34 |
</pre> |
</pre> |
| 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. When duplicate names are allowed |
| 37 |
|
(PCRE_DUPNAMES is set), it is not defined which of the numbers is returned by |
| 38 |
|
<b>pcre_get_stringnumber()</b>. You can obtain the complete list by calling |
| 39 |
|
<b>pcre_get_stringtable_entries()</b>. |
| 40 |
</P> |
</P> |
| 41 |
<P> |
<P> |
| 42 |
There is a complete description of the PCRE native API in the |
There is a complete description of the PCRE native API in the |