SilcRegexMatch
NAME
typedef struct { ... } *SilcRegexMatch, SilcRegexMatchStruct;
DESCRIPTION
The regular expression match context that provides information on the found match. It provides the start offset and end offset of the found match.
SOURCE
typedef struct SilcRegexMatchObject { int start; /* Start offset of region */ int end; /* End offset of region */ } *SilcRegexMatch, SilcRegexMatchStruct;