RegEx namespace for 2.0

  • Thread starter Thread starter Tom Jones
  • Start date Start date
T

Tom Jones

Regex used to be found in System.Text.RegularExpressions in Framework 1.1,
but I cannot find a System.Text namespace in 2.0. Does someone know where to
find this?
 
Regex used to be found in System.Text.RegularExpressions in Framework 1.1,
but I cannot find a System.Text namespace in 2.0. Does someone know where to
find this?

Its still there as far as I can tell. Did your System reference get
removed?
 
Andy said:
Its still there as far as I can tell. Did your System reference get
removed?

Just to confirm:

Regex Class

Namespace: System.Text.RegularExpressions
Assembly: System (in system.dll)

Version Information
..NET Framework
Supported in: 3.0, 2.0, 1.1, 1.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top