MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / SubstituteByPosition

Method SubstituteByPosition

scintilla/src/Document.cxx:1643–1648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1641}
1642
1643const char *Document::SubstituteByPosition(const char *text, int *length) {
1644 if (regex)
1645 return regex->SubstituteByPosition(this, text, length);
1646 else
1647 return 0;
1648}
1649
1650int Document::LinesTotal() const {
1651 return cb.Lines();

Callers 2

GetTagMethod · 0.80
ReplaceTargetMethod · 0.80

Calls 2

GrabMatchesMethod · 0.80
LengthMethod · 0.45

Tested by

no test coverage detected