This is sort of a general question, but it's with an application in C#.
I'm using grammatica to generate parsers and stuff, so I need a regex for strings with double quotes.
Printable View
This is sort of a general question, but it's with an application in C#.
I'm using grammatica to generate parsers and stuff, so I need a regex for strings with double quotes.
Here is a good site for testing this stuff (though I would suggest shelling out the $60 for RegEx Buddy if you do this stuff a lot).Code:"[^"\r\n]*"
http://www.regexplanet.com/simple/index.jsp
Thanks, and also I use Rad Regex Designer, it's free and it's awesome.
http://www.radsoftware.com.au/regexdesigner/