Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB.NET
|
VB.NET General VB.NET discussions for issues that don't fall into other VB.NET forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 17th, 2007, 01:53 PM
Registered User
 
Join Date: Feb 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Password Requires more than one character

I'm fairly new to regex and have seen lots of postings to include at least one Upper, Lower, Digit etc. How do I require the password include at least two of something?

I currently have:
^(?=.*\d)(?=.*\p{Alpha})(?=.*\p{Punct}).{8,}$
Password should be at least eight characters long and must contain combination of letters, numbers and special characters.

Any help is always appreciated.
Thanks,






Similar Threads
Thread Thread Starter Forum Replies Last Post
Report you requested requires further information cathiec Crystal Reports 5 August 6th, 2009 02:32 AM
Beginner requires a little help!? Koko Brown Flash (all versions) 2 August 16th, 2007 01:45 AM
The report you requested requires further informat BreathShadow ASP.NET 2.0 Basics 0 April 13th, 2007 01:56 PM
Field problem (requires c# do loop) Indo77 ASP.NET 2.0 Basics 0 November 16th, 2006 12:02 PM
Update requires a valid InsertCommand when ... spiffyaldo2 BOOK: Beginning ASP.NET 1.0 0 March 25th, 2006 03:05 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.