Is the regex syntax in .net 3.5 the same as the regex syntax in the latest version of .net framework in c#?
Robert Harvey
201k55 gold badges469 silver badges682 bronze badges
-
3If it's changed, then do you now have three problems?Mason Wheeler– Mason Wheeler2015年05月04日 18:02:51 +00:00Commented May 4, 2015 at 18:02
-
@MasonWheeler, I will not have a problem, I just want to learn how to use it.Dilan V– Dilan V2015年05月04日 18:07:17 +00:00Commented May 4, 2015 at 18:07
-
That's actually referencing an old joke about how if you try to solve a problem with regular expressions, now you have two problems.Mason Wheeler– Mason Wheeler2015年05月04日 18:08:45 +00:00Commented May 4, 2015 at 18:08
-
@MasonWheeler sorry did not now.Dilan V– Dilan V2015年05月04日 18:16:46 +00:00Commented May 4, 2015 at 18:16
-
Sharing your research helps everyone. Tell us what you've tried and why it didn’t meet your needs. This demonstrates that you’ve taken the time to try to help yourself, it saves us from reiterating obvious answers, and most of all it helps you get a more specific and relevant answer. Also see How to Askgnat– gnat2015年05月04日 19:37:06 +00:00Commented May 4, 2015 at 19:37
1 Answer 1
Yes, from what I understand the .NET regex flavor has not changed since 1.0.
answered May 4, 2015 at 18:10
lang-cs