edelib 2.1.0
RegexMatch Class Reference

RegexMatch class. More...

#include <edelib/Regex.h>

Public Attributes

int offset
 
int length
 

Detailed Description

RegexMatch class.

Data for matched subpatterns. Used in Regex::split().

Member Data Documentation

◆ length

int length

length of matched string

◆ offset

int offset

position where matched string starts


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