edelib
2.1.0
|
RegexMatch class. More...
#include <edelib/Regex.h>
Public Attributes | |
int | offset |
int | length |
RegexMatch class.
Data for matched subpatterns. Used in Regex::split().
int length |
length of matched string
int offset |
position where matched string starts