Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
346
void TrimString(std::wstring &str, const std::wstring &strWhitespace)
347
{
348
TrimStringLeft(str, strWhitespace);
349
TrimStringRight(str, strWhitespace);
350
}
351
352
std::string wstrToStr(const std::wstring &source)
353
{
Callers
1
TEST
Function · 0.85
Calls
2
TrimStringLeft
Function · 0.85
TrimStringRight
Function · 0.85
Tested by
1
TEST
Function · 0.68