I\'ve been unable to find an answer on this: can I use the Regex.Matches method to return only the contents of items with curly braces?
Regex.Matches
If I us
It is regex for C# .net.
@"{(.*?)}"
it display a
token1 token2