How can i give password validation in flex

Posted by praveen on Stack Overflow See other posts from Stack Overflow or by praveen
Published on 2009-10-12T08:56:22Z Indexed on 2010/06/01 7:53 UTC
Read the original article Hit count: 192

Filed under:
|
|

I want the validator for password text input.

  • At least one Upper case letter
  • At least one numeric character
  • At least one special character such as @, #, $, etc.

should be there in password how can i give it in action script or mxml.please help me. Thanks.

© Stack Overflow or respective owner

Related posts about regex

Related posts about flex