I'm making routers and programs that communicate with others programs. The programs need to split the messages that they receive from the others into blocks (like password$nickname$balance$status) and then process it. And I have not much more characters to use as split pattern without overlapping.
My question is:
Can you split strings using words like:
Spoiler
Output:
Spoiler
maybe it has a easy awsner but i'm not able to figure out it.











