MCPcopy Create free account
hub / github.com/SOUI2/soui / Mid

Method Mid

utilities/include/string/tstring.h:464–467  ·  view source on GitHub ↗

simple sub-string extraction

Source from the content-addressed store, hash-verified

462
463 // simple sub-string extraction
464 TStringT Mid(int nFirst) const
465 {
466 return Mid(nFirst, GetData()->nDataLength - nFirst);
467 }
468 TStringT Mid(int nFirst, int nCount) const
469 {
470 // out-of-bounds requests return sensible things

Callers 7

FindPropValueFunction · 0.45
StrPos2ItemPosMethod · 0.45
SNamedValue.cppFile · 0.45
SplitStringFunction · 0.45
CorrectWindowTextMethod · 0.45
GetFormatTextMethod · 0.45

Calls 1

GetDataFunction · 0.85

Tested by

no test coverage detected