Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
namespace advss {
6
7
QString EscapeForRegex(const QString &input)
8
{
9
return QRegularExpression::escape(input);
10
}
11
12
} // namespace advss
Callers
3
GetSettingsClicked
Method · 0.85
GetSettingsClicked
Method · 0.85
GetSettingsClicked
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected