This is a Regular expression built for parsing string in vb.net and passed to Regex class.Dim r As Regex = New Regex(",(?=([^""]*""[^""]*"")*(?![^""]*""))")What is C# equivalent for this regular expression.

Showing Answers 1 - 4 of 4 Answers

Abhishek

  • May 31st, 2006
 

Does Regular Expression class depend on the language used...?

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions