Regex Split

bpayne111

Junior Contributor
Joined
Feb 28, 2003
Messages
325
Location
BFE
C#

string s = "abc{e4e5f4} def";

I have this string and i'd like to extract the string between { }.
Can Regex do this for me quick and easy?

thanks
brandon
 
Back
Top