Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ matches
Method
matches
src/Regex.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
bool RegexMatch::matches() {
14
return regexMatched;
15
}
16
17
const RegexMatch::submatches_type& RegexMatch::getSubmatches() {
18
return submatches;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected