MCPcopy 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
73QRegExp 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

QRegExpClass · 0.85

Tested by

no test coverage detected