struct trc_re_match_subst

Overview

Regular expression match substitution More…

#include <re_subst.h>

struct trc_re_match_subst {
    // fields

    bool match;
    char* str;
    unsigned int match;
    union trc_re_match_subst::@109 u;

    // methods

    TAILQ_ENTRY(trc_re_match_subst);
};

Detailed Documentation

Regular expression match substitution

Fields

bool match

Match or string

char* str

String to insert

unsigned int match

Match index to insert

Methods

TAILQ_ENTRY(trc_re_match_subst)

List links