0

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
asked May 4, 2015 at 18:00
5
  • 3
    If it's changed, then do you now have three problems? Commented May 4, 2015 at 18:02
  • @MasonWheeler, I will not have a problem, I just want to learn how to use it. Commented 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. Commented May 4, 2015 at 18:08
  • @MasonWheeler sorry did not now. Commented 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 Ask Commented May 4, 2015 at 19:37

1 Answer 1

1

Yes, from what I understand the .NET regex flavor has not changed since 1.0.

answered May 4, 2015 at 18:10

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.