Added tests for string-split, and fixed some bigs
This commit is contained in:
BIN
Exec/.main.cpp.swp
Normal file
BIN
Exec/.main.cpp.swp
Normal file
Binary file not shown.
@@ -4,7 +4,7 @@
|
||||
int main()
|
||||
{
|
||||
std::vector<std::string> foo =
|
||||
StringTools::Split("Hello, lol, test", ", ");
|
||||
StringTools::Split(",,Hello,,lol,,test,,", ",,");
|
||||
|
||||
for (const auto& it : foo)
|
||||
std::cout << "'" << it << "'" << std::endl;
|
||||
|
Reference in New Issue
Block a user