I have a string like: phrase ({hello} & {good})
The string is called comando and the words inside the brackets can be anything.
How can I get the words inside separatly ? It can be in diferent strings.
Like:
string one = hello;
string two = good;
I really need this :'(