Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ RegexSubmatch
Class
RegexSubmatch
include/cucumber-cpp/internal/utils/Regex.hpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
namespace internal {
11
12
struct RegexSubmatch {
13
std::string value;
14
std::ptrdiff_t position;
15
};
16
17
class RegexMatch {
18
public:
Callers
1
FindRegexMatch
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected