Mercurial > foo_out_sdl
comparison foosdk/sdk/pfc/splitString2.h @ 1:20d02a178406 default tip
*: check in everything else
yay
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 05 Jan 2026 02:15:46 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:e9bb126753e7 | 1:20d02a178406 |
|---|---|
| 1 #pragma once | |
| 2 #include <list> | |
| 3 #include <vector> | |
| 4 namespace pfc { | |
| 5 std::list<pfc::string8> splitString2(const char* str, const char* delim); | |
| 6 std::list<pfc::string8> splitStringByLines2(const char* str); | |
| 7 std::vector<pfc::string8> splitString2v(const char* str, const char* delim); | |
| 8 std::vector<pfc::string8> splitStringByLines2v(const char* str); | |
| 9 } |
