| Author |
regular expression
|
|
|
| I am trying to validate a textbox in which the user enters the following -
"smtp.servername.com|net|org|etc... and I cannot. I have tried. The string is
in the form xxxxx.xxxxxxx.xxx. Does anyone have any idea how to validate this
string.
I have tried "^(?<user>[^@]+)\.(?<host>.+)$" as well as many others with no
success.
VB2005
| |
| Jeff Johnson 2006-04-30, 3:56 am |
|
"Ben" <Ben@discussions.microsoft.com> wrote in message
news:5A629856-5896-4F88-99EB-CCD86B981B75@microsoft.com...
> VB2005
This is a VB "classic" newsgroup. Questions about VB.NET (including VB 2005,
which has dropped .NET from its name) are off-topic here.
Please ask .NET questions in newsgroups with "dotnet" in their names. The
*.vb.* groups are for VB6 and earlier. If you don't see the *.dotnet.*
groups on your news server, connect directly to the Microsoft server:
msnews.microsoft.com.
| |
|
| will do
"Jeff Johnson" wrote:
>
> "Ben" <Ben@discussions.microsoft.com> wrote in message
> news:5A629856-5896-4F88-99EB-CCD86B981B75@microsoft.com...
>
>
> This is a VB "classic" newsgroup. Questions about VB.NET (including VB 2005,
> which has dropped .NET from its name) are off-topic here.
>
> Please ask .NET questions in newsgroups with "dotnet" in their names. The
> *.vb.* groups are for VB6 and earlier. If you don't see the *.dotnet.*
> groups on your news server, connect directly to the Microsoft server:
> msnews.microsoft.com.
>
>
>
|
|
|
|