D
Darren Mar-Elia
Hey all. I'm trying to use a .Net 2.0 regular expression to capture some
text that is surrounded by brackets [ ]. Since brackets are special
characters in regex, I haven't been able to successfully find a pattern that
captures all text in between [ and ]. In a given input string, there may be
several of these bracketed string that I need to pull out. Anyone with more
experience in this than I have a hint?
Thanks!
Darren
text that is surrounded by brackets [ ]. Since brackets are special
characters in regex, I haven't been able to successfully find a pattern that
captures all text in between [ and ]. In a given input string, there may be
several of these bracketed string that I need to pull out. Anyone with more
experience in this than I have a hint?
Thanks!
Darren