Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another RegEx expression
Message
From
11/03/2014 16:56:17
 
 
To
11/03/2014 16:51:34
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01596156
Message ID:
01596165
Views:
36
>No. ([A-Za-z0-9]{1,20})-([A-Za-z0-9]{1,20}) matches between 1 and 20 alphanumeric characters followed by a single hyphen followed by an additional 1-20 alphanumeric characters. [A-Za-z0-9]{1,20} will match both the characters before and after the hyphen of the first expression as separate matches, but not the whole first expression. The second expression will also match where the hyphen is missing or there is only one set of 1-20 alphanumeric characters.

This is the part I cannot understand. We have a maximum of 20 characters. So, I do not understand why I received this mask if no more than 20 characters can be part of the field.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform