Synopsis #include <pcre2.h> pcre2_match_data *pcre2_match_data_create_from_pattern( const pcre2_code *code, pcre2_general_context *gcontext); DESCRIPTION This function creates a new match data block, which is used for holding the result of a match. The first argument points to a compi...