Regular Expressions - text between quotes

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

I having a hard time with regular expressions, this is my first attempt at
using them.

I need to take a string which will have some text between quotes and return
the text between quotes or any other character for that matter. The text
will not always be the same length or in the same place in the string.

I'm not above looking through some tutorials etc. so if someone knows of a
good and simple (emphasize simple) tutorial or reference on VB.NET regular
expression I'd appreciate it. Kind of a teach the man to fish thing.

TIA
Fred
 
I think you can do what you want to do.
Programming VB.net by Balena (Microsoft) is a good resource.
 
Back
Top