--- embedaddon/pcre/doc/html/pcre_free_substring.html 2012/02/21 23:05:52 1.1.1.1 +++ embedaddon/pcre/doc/html/pcre_free_substring.html 2012/02/21 23:50:25 1.1.1.2 @@ -21,13 +21,16 @@ SYNOPSIS

void pcre_free_substring(const char *stringptr);

+

+void pcre16_free_substring(PCRE_SPTR16 stringptr); +


DESCRIPTION

This is a convenience function for freeing the store obtained by a previous -call to pcre_get_substring() or pcre_get_named_substring(). Its -only argument is a pointer to the string. +call to pcre[16]_get_substring() or pcre[16]_get_named_substring(). +Its only argument is a pointer to the string.

There is a complete description of the PCRE native API in the