1PCRE_FREE_SUBSTRING(3) Library Functions Manual PCRE_FREE_SUBSTRING(3)
2
3
4
6 PCRE - Perl-compatible regular expressions
7
9
10 #include <pcre.h>
11
12 void pcre_free_substring(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() or pcre_get_named_substring(). Its
18 only argument is a pointer to the string.
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(3)