#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 compiled patte...
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 for holding the result of a match. The first argument points to a compiled pattern. The number of capturing parentheses ...