Hi
I'm quite new to Visual Studio & asp.net and I'm trying to use a Regular
Expression.
When trying to create the object using:
MyRegEx = New RegExp
Visual Studio tells me that "RegExp is not defined". What do I have to
include, or reference, to get this right?
Thanks
John Saunders - 31 Dec 2004 17:39 GMT
> Hi
> I'm quite new to Visual Studio & asp.net and I'm trying to use a Regular
[quoted text clipped - 5 lines]
> Visual Studio tells me that "RegExp is not defined". What do I have to
> include, or reference, to get this right?
You have to import System.Text, which is the namespace which contains the
RegExp class.
You also have to use the correct newsgroup! This newsgroup is for Windows
Forms Controls, not ASP.NET.
John Saunders