RE: regex validation problem

2008-01-02 Thread supa charoenchit
by saying I need to enter [A-Z] and [0-9]... but when I enter those characters, it says that I need to enter all three character groups: [a-z], [A-Z], [0-9].> To: user@struts.apache.org> From: [EMAIL PROTECTED]> Subject: Re: regex validation problem> Date: Tue, 1 Jan 2008 18:38:55

regex validation problem

2007-12-31 Thread supa charoenchit
Hello, I am having a problem validating a password field. My requirement on my password is that it must be: 8 characters minimum length and contain at least one from each of the following groups: [a-z], [A-Z], and [0-9]. Here is what I have so far (which is not working): 8 Must be 8