I never used regex before. I was abel to see similar questions in forum but not exactly what im looking for
I have a string like following. need to get the values be
Is using regex a must? In this particular example I would write:
s.Split(new char[] { '{', '}' }, StringSplitOptions.RemoveEmptyEntries)