Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsPrefixedInsensitive
Function
IsPrefixedInsensitive
libraries/lib-string-utils/StringUtils.h:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
145
template <typename HayType, typename PrefixType>
146
bool IsPrefixedInsensitive(const HayType& hay, const PrefixType& prefix)
147
{
148
return IsPrefixed(ToLower(hay), ToLower(prefix));
149
}
Callers
2
HandleLinkURI
Method · 0.85
StringUtilsTests.cpp
File · 0.85
Calls
2
IsPrefixed
Function · 0.85
ToLower
Function · 0.85
Tested by
no test coverage detected