Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ main
Function
main
08-String & Stream/code/RegexTest.cpp:99–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
int main()
100
{
101
MatchTest();
102
SearchTest();
103
SearchAllTest();
104
ReplaceTest();
105
TokenizeTest();
106
return 0;
107
}
Callers
nothing calls this directly
Calls
5
MatchTest
Function · 0.85
SearchTest
Function · 0.85
SearchAllTest
Function · 0.85
ReplaceTest
Function · 0.85
TokenizeTest
Function · 0.85
Tested by
no test coverage detected