Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ TEST
Function
TEST
tests/utils/TestStringUtil.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
TEST(TestRegex, N) { EXPECT_EQ(
""
, util::regex(
"abcabc"
,
"bc"
)); }
39
40
TEST(TestRegexWithGroup, N) { EXPECT_EQ(
""
, util::regex(
"abcabc"
,
"b(c)"
, 1)); }
41
Callers
nothing calls this directly
Calls
15
regex
Function · 0.85
replaceStrOnce
Function · 0.85
replaceStrAll
Function · 0.85
ltrim
Function · 0.85
rtrim
Function · 0.85
trim
Function · 0.85
getRelativePath
Function · 0.85
isHeaderFile
Function · 0.85
findFilePaths
Function · 0.85
findASTFilePaths
Function · 0.85
findJsonFilePaths
Function · 0.85
saveFile
Function · 0.85
Tested by
no test coverage detected