MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / trimAll

Method trimAll

source/core/StarString.cpp:1086–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084}
1085
1086StringList StringList::trimAll(String const& pattern) const {
1087 StringList r;
1088 for (auto const& s : *this)
1089 r.append(s.trim(pattern));
1090 return r;
1091}
1092
1093String StringList::join(String const& separator) const {
1094 String joinedString;

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
trimMethod · 0.45

Tested by

no test coverage detected