Here was my original code:
Dim r As New Regex(""".*""")
Dim sS As MatchCollection = r.Matches(textbox1.text)
For Each s As Match In sS
Textbox2.text &= s.Value
Next
Issue is that i need it to not only work with quotes inside of a string (double quotes) and it keeps on missing strings.
This post has been edited by LilGhost: 14 February 2013 - 03:03 PM

New Topic/Question
Reply



MultiQuote






|