Is there a Delphi function to split string by a multi-character delimiter rather than a single character ?
For instance when I'd use that function this way:
SplitString('Whale<->Mammal<->Ocean', '<->')
I would get a result of these 3 strings:
'Whale', 'Mammal', 'Ocean'
Is there such function in Delphi for this ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…