Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ strTrim
Function
strTrim
Source/3rdParty/bx/src/string.cpp:549–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
}
548
549
StringView strTrim(const StringView& _str, const StringView& _chars)
550
{
551
return strLTrim(strRTrim(_str, _chars), _chars);
552
}
553
554
StringView strTrimSpace(const StringView& _str)
555
{
Callers
3
get
Method · 0.85
set
Method · 0.85
remove
Method · 0.85
Calls
2
strLTrim
Function · 0.85
strRTrim
Function · 0.85
Tested by
no test coverage detected