RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 2
Title Test Details MS.NET MembershipProvider LDAP connection string parser
Expression
(?<Protocol>\w+):\/\/(?<Domain>[\w@][\w.:\-@]+)\/(?<Container>[\w= ,@-]+)*
Description
matches the Protocol, Domain with port and the distinguishedName of the directory container.
Matches
LDAP://machinename:636/OU=OrgUnit,O=Org,DC=domain,DC=Com
Non-Matches
LDAP:machinename:636/OU=OrgUnit,O=Org,DC=domain,DC=Com
Author Rating: Not yet rated. Igor Werner
Title Test Details VIN - Vehicle Identification Number for USA
Expression
^[^iIoOqQ'-]{10,17}$
Description
Validates US VIN. It could be between 10 and 17 character in length and should never contain i, l, o, O, q, Q, ' or -.
Matches
12345awertasfggr
Non-Matches
12345qwertasfggr
Author Rating: The rating for this expression. Igor Werner
   Displaying page 1 of 1 pages; Items 1 to 2

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials