Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ contains
Method
contains
source/core/StarString.cpp:711–713 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
709
}
710
711
bool String::contains(String const& s, CaseSensitivity cs) const {
712
return find(s, 0, cs) != NPos;
713
}
714
715
bool String::regexMatch(String const& regex, bool full, bool caseSensitive) const {
716
re2::RE2::Options options;
Callers
nothing calls this directly
Calls
4
find
Function · 0.85
begin
Function · 0.85
end
Function · 0.85
compare
Method · 0.45
Tested by
no test coverage detected