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

Method findAll

src/Regex.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60std::shared_ptr<RegexMatch> Regex::findAll(const std::string& expression) const {
61 return std::make_shared<FindAllRegexMatch>(regexImpl, expression);
62}
63
64FindAllRegexMatch::FindAllRegexMatch(const std::regex& regexImpl, const std::string& expression) {
65 std::sregex_token_iterator i(

Callers 3

AndTagExpressionMethod · 0.80
OrTagExpressionMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64