Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ Regex
Method
Regex
libminifi/src/utils/RegexUtils.cpp:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
namespace utils {
29
30
Regex::Regex() : Regex::Regex(
""
) {}
31
32
Regex::Regex(const std::string &value) : Regex::Regex(value, {}) {}
33
Callers
nothing calls this directly
Calls
7
Exception
Class · 0.85
c_str
Method · 0.80
empty
Method · 0.45
what
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected