mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1644 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
9589fe6d31
commit
fc03d51e52
6 changed files with 43 additions and 110 deletions
8
uppdev/SplitString/SplitString.cpp
Normal file
8
uppdev/SplitString/SplitString.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <Core/Core.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN {
|
||||
Vector<String> s = Split("John Doe Had A Dog", "Had");
|
||||
DUMPC(s);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue