Re: regular expressions
- From: "Rhino" <no.offline.contact.please@xxxxxxxxxx>
- Date: Mon, 24 Apr 2006 09:11:18 -0400
If you read this -
http://java.sun.com/docs/books/tutorial/extra/regex/index.html - you should
be able to do your own homework.
If that doesn't work, post your best guess to comp.lang.java.help and tell
us what parts of the code don't work and someone will probably give you a
hint about what you need to do differently.
--
Rhino
<2rajesh.b@xxxxxxxxx> wrote in message
news:1145883055.318877.19040@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The password is at least six characters long.
The password contains characters from at least three of the following
five categories:
· English uppercase characters (A - Z)
· English lowercase characters (a - z)
· Base 10 digits (0 - 9)
· Non-alphanumeric (for example: !, $, #, or %)
· Unicode characters
can u please help me in writing a regular expression for the above
condition
.
- Follow-Ups:
- Re: regular expressions
- From: Larry Barowski
- Re: regular expressions
- References:
- regular expressions
- From: 2rajesh . b
- regular expressions
- Prev by Date: can i submit 2 jsp pages to the server at a single button click.
- Next by Date: Re: Eclipse or NetBeans ,SWT or Swing.
- Previous by thread: regular expressions
- Next by thread: Re: regular expressions
- Index(es):
Relevant Pages
|