Description- add `DependentString TrimSpaces(const String& value)` removing ASCII space characters on both sides of the argument
- add `std::pair<DependentString, DependentString> SplitString(const String& value, String::size_type separatorPos)` splitting the string into two parts without a separator character
Review: https://codereview.adblockplus.org/29712634
# It's extracted from https://codereview.adblockplus.org/29548581/
Patch Set 1 #
Total comments: 6
MessagesTotal messages: 4
|