Appearance
pcre_extract() - extract matching parts
string *pcre_extract(string input, string pattern);
returns an array of captured groups specified in pattern.
pcre_version(3), pcre_replace(3)