match a struct describing a sub-string that matched the pattern. More...
#include <simple_regex.h>
Public Attributes | |
int | length |
int | offset |
match a struct describing a sub-string that matched the pattern.
Definition at line 57 of file simple_regex.h.
int length |
Definition at line 62 of file simple_regex.h.
int offset |
Definition at line 61 of file simple_regex.h.