Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ str
Method
str
src/Regex.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
std::string Regex::str() const {
22
return regexString;
23
}
24
25
std::shared_ptr<RegexMatch> Regex::find(const std::string& expression) const {
26
return std::make_shared<FindRegexMatch>(regexImpl, expression);
Callers
14
convertId
Function · 0.80
stepMatches
Method · 0.80
snippetText
Method · 0.80
reset
Method · 0.80
getResult
Method · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
randomString
Method · 0.80
getStepId
Method · 0.80
clearHookCallMarkers
Function · 0.80
getHookCallMarkers
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
5
TEST_F
Function · 0.64
TEST_F
Function · 0.64
randomString
Method · 0.64
getStepId
Method · 0.64
TEST_F
Function · 0.64