MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / GetRegularExpression

Method GetRegularExpression

lib/utils/regex-config.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50QRegularExpression RegexConfig::GetRegularExpression(const QString &expr) const
51{
52 if (_partialMatch) {
53 return QRegularExpression(expr, _options);
54 }
55 return QRegularExpression(QRegularExpression::anchoredPattern(expr),
56 _options);
57}
58
59QRegularExpression
60RegexConfig::GetRegularExpression(const std::string &expr) const

Callers 4

HandleRegexSubStringMethod · 0.80
HandleFindAndReplaceMethod · 0.80
getMonitorSizeFunction · 0.80
matchDisplayNamesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected