MCPcopy 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
99int main()
100{
101 MatchTest();
102 SearchTest();
103 SearchAllTest();
104 ReplaceTest();
105 TokenizeTest();
106 return 0;
107}

Callers

nothing calls this directly

Calls 5

MatchTestFunction · 0.85
SearchTestFunction · 0.85
SearchAllTestFunction · 0.85
ReplaceTestFunction · 0.85
TokenizeTestFunction · 0.85

Tested by

no test coverage detected