pcre_replace()
string pcre_replace(string, string, string *);
returns a string where all captured groups have been replaced by the elements
of the replacement array. Number of subgroups and the size of the replacement
array must match.
pcre_assoc(3), pcre_cache(3), pcre_extract(3)