NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Replace Struct Reference

List of regular expressions. More...

#include "regex3.h"

+ Collaboration diagram for Replace:

Public Member Functions

 STAILQ_ENTRY (Replace) entries
 Linked list.
 

Data Fields

struct Regexregex
 Regex containing a regular expression.
 
size_t nmatch
 Match the 'nth' occurrence (0 means the whole expression)
 
char * templ
 Template to match.
 

Detailed Description

List of regular expressions.

Definition at line 104 of file regex3.h.

Member Function Documentation

◆ STAILQ_ENTRY()

Replace::STAILQ_ENTRY ( Replace  )

Linked list.

Field Documentation

◆ regex

struct Regex* Replace::regex

Regex containing a regular expression.

Definition at line 106 of file regex3.h.

◆ nmatch

size_t Replace::nmatch

Match the 'nth' occurrence (0 means the whole expression)

Definition at line 107 of file regex3.h.

◆ templ

char* Replace::templ

Template to match.

Definition at line 108 of file regex3.h.


The documentation for this struct was generated from the following file: