MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / Regex

Method Regex

src/Regex.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace internal {
7
8Regex::Regex(std::string regularExpression) :
9 regexImpl(regularExpression),
10 regexString(regularExpression) {
11}
12
13bool RegexMatch::matches() {
14 return regexMatched;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected