Question about RegEx Class
-
Hi, I'm not very good at RegEx , I want to use RegEx class to match values with desired string. My main string looks like this:
<%#String.Concat ..blah blah.. %>
in above string I want to get all the matches which between double quotes ( " ... " ) in blah blah part. What is my expression should look like? Thanks for your helpMazy
"This chancy chancy chancy world." -
Hi, I'm not very good at RegEx , I want to use RegEx class to match values with desired string. My main string looks like this:
<%#String.Concat ..blah blah.. %>
in above string I want to get all the matches which between double quotes ( " ... " ) in blah blah part. What is my expression should look like? Thanks for your helpMazy
"This chancy chancy chancy world."you should post in no more than one location (a single forum, or Q&A) so everything about this topic stays together. :|
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
-
Hi, I'm not very good at RegEx , I want to use RegEx class to match values with desired string. My main string looks like this:
<%#String.Concat ..blah blah.. %>
in above string I want to get all the matches which between double quotes ( " ... " ) in blah blah part. What is my expression should look like? Thanks for your helpMazy
"This chancy chancy chancy world."What do you have so far? Also see my RegEx tester[^] and Expresso. Edit: :wtf: I coulda sworn I replied in the RegEx forum!
modified on Sunday, September 5, 2010 11:41 PM