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

Function EscapeForRegex

plugins/base/utils/text-helpers.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace advss {
6
7QString EscapeForRegex(const QString &input)
8{
9 return QRegularExpression::escape(input);
10}
11
12} // namespace advss

Callers 3

GetSettingsClickedMethod · 0.85
GetSettingsClickedMethod · 0.85
GetSettingsClickedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected