MCPcopy Create free account
hub / github.com/SpartanJ/eepp / next

Method next

src/eepp/system/patternmatcher.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void PatternMatcher::Match::next() {
125 int m1 = 0, m2 = 0;
126 mState->range( 0, m1, m2 );
127 mString += m2;
128 mLength -= m2;
129}
130
131std::string PatternMatcher::Match::group( int idx ) const {
132 int m1, m2;

Callers 1

gsubMethod · 0.45

Calls 1

rangeMethod · 0.80

Tested by

no test coverage detected