PR: 48265
Submitted by: Peter Poeml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906242
13f79535-47bb-0310-9956-
ffa450edef68
* @param source The string that was originally matched to the regex
* @param nmatch the nmatch returned from ap_pregex
* @param pmatch the pmatch array returned from ap_pregex
+ * @return The substituted string, or NULL on error
*/
AP_DECLARE(char *) ap_pregsub(apr_pool_t *p, const char *input, const char *source,
size_t nmatch, ap_regmatch_t pmatch[]);