#include using namespace Upp; CONSOLE_APP_MAIN { Vector s = Split("John Doe Had A Dog", "Had"); DUMPC(s); }