VB How-ToAsk your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VB How-To section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I receive a parsing error on this line:
If Regex.IsMatch(TextBox1.Text, "[^a-zA-Z\d;.,':-/+ ]") Then
See error below, any advise?
-smc
Here is part of the error:
parsing "[^a-zA-Z\d;.,':-/+ ]" - [x-y] range in reverse order. Parameter name: [^a-zA-Z\d;.,':-/+ ]
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: parsing "[^a-zA-Z\d;.,':-/+ ]" - [x-y] range in reverse order. Parameter name: [^a-zA-Z\d;.,':-/+ ]