Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ CreateRegexSearch
Function
CreateRegexSearch
scintilla/src/Document.cxx:2260–2262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2258
#else
2259
2260
RegexSearchBase *CreateRegexSearch(CharClassify *charClassTable) {
2261
return new BuiltinRegex(charClassTable);
2262
}
2263
2264
#endif
2265
Callers
1
FindText
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected