struct Poco::RegularExpression::Match
Overview
#include <RegularExpression.h> struct Match { // fields std::string::size_type offset; std::string::size_type length; };
Detailed Documentation
Fields
std::string::size_type offset
zero based offset (std::string::npos if subexpr does not match)
std::string::size_type length
length of substring