Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpeditor/cpeditor
/ rawStringRegEx
Method
rawStringRegEx
src/Editor/LanguageRepository.cpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
QRegExp LanguageRepository::rawStringRegEx() const
74
{
75
auto tokens = rawStringTokens();
76
return QRegExp(tokens.first + R
"((\n|.)*?)"
+ tokens.second);
77
}
78
} // namespace Editor
Callers
nothing calls this directly
Calls
1
QRegExp
Class · 0.85
Tested by
no test coverage detected