Information about (sub)expression matches.
More...
#include <csutil/regexp.h>
List of all members.
Public Attributes |
size_t | endOffset |
| Offset to the end of the match from the beginning of the string to match against.
|
size_t | startOffset |
| Offset to the match from the beginning of the string to match against.
|
Detailed Description
Information about (sub)expression matches.
Definition at line 147 of file regexp.h.
Member Data Documentation
Offset to the end of the match from the beginning of the string to match against.
Definition at line 155 of file regexp.h.
Offset to the match from the beginning of the string to match against.
Definition at line 150 of file regexp.h.
The documentation for this struct was generated from the following file: