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

Method SetPatternOptions

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

Source from the content-addressed store, hash-verified

43}
44
45void RegexConfig::SetPatternOptions(QRegularExpression::PatternOptions options)
46{
47 _options = options;
48}
49
50QRegularExpression RegexConfig::GetRegularExpression(const QString &expr) const
51{

Callers 1

test-regex.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected