1PCRE_FREE_SUBSTRING_LIST(3)Library Functions ManualPCRE_FREE_SUBSTRING_LIST(3)
2
3
4
6 PCRE - Perl-compatible regular expressions
7
9
10 #include <pcre.h>
11
12 void pcre_free_substring_list(const char **stringptr);
13
15
16 This is a convenience function for freeing the store obtained by a pre‐
17 vious call to pcre_get_substring_list(). Its only argument is a pointer
18 to the list of string pointers.
19
20 There is a complete description of the PCRE native API in the pcreapi
21 page and a description of the POSIX API in the pcreposix page.
22
23
24
25 PCRE_FREE_SUBSTRING_LIST(3)