MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / TrimString

Function TrimString

Explorer++/Helper/StringHelper.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void TrimString(std::wstring &str, const std::wstring &strWhitespace)
347{
348 TrimStringLeft(str, strWhitespace);
349 TrimStringRight(str, strWhitespace);
350}
351
352std::string wstrToStr(const std::wstring &source)
353{

Callers 1

TESTFunction · 0.85

Calls 2

TrimStringLeftFunction · 0.85
TrimStringRightFunction · 0.85

Tested by 1

TESTFunction · 0.68