MCPcopy 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

getMethod · 0.85
setMethod · 0.85
removeMethod · 0.85

Calls 2

strLTrimFunction · 0.85
strRTrimFunction · 0.85

Tested by

no test coverage detected