I have a path between quotes that needs to be captured. I am very new to regular expressions and need some help figuring out how to do this.
Edit:
Sorry for not posting the string in the first place. that was silly of me. Here is the string:
"C:\Users\wner\Dropbox\Work\rts\rts\bin\Debug\rts.dll"
Now this is preceded by other strings and is followed by other strings, but I am able to single this out, however I do need the string within the quotes.
If you want to remove quote before and after your string:
If you want to remove all quotes: