--- code/trunk/doc/html/pcre_get_stringnumber.html 2007/02/24 21:40:37 75 +++ code/trunk/doc/html/pcre_get_stringnumber.html 2007/02/24 21:41:42 93 @@ -33,7 +33,10 @@ name Name whose number is required The yield of the function is the number of the parenthesis if the name is -found, or PCRE_ERROR_NOSUBSTRING otherwise. +found, or PCRE_ERROR_NOSUBSTRING otherwise. When duplicate names are allowed +(PCRE_DUPNAMES is set), it is not defined which of the numbers is returned by +pcre_get_stringnumber(). You can obtain the complete list by calling +pcre_get_stringtable_entries().
There is a complete description of the PCRE native API in the