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 Strongest Password according to me
Expression
^(?=.*[0-9])(?=.*[a-zA-Z])(\w|[~!$&+,:;=?\[\]@#_|<>{}()^%*\.\-\+]){5,15}
Description
This Regex accepts AlphaNumeric and specialcharacters. It contain atleast one character, one alphabet. It may or maynot contain special character(Almost covered may special characters in this).
Matches
Asdf!1234, 123@asdf, @A!@#$1
Non-Matches
Asdfqwer!, 123456, 1234a
Author Rating: Not yet rated. Vamsi
Title Test Details Strongest Password according to me
Expression
^(?=.*[0-9])(?=.*[a-zA-Z])(\w|[~!$&+,:;=?\[\]@#_|<>{}()^%*\.\-\+]){5,15}
Description
This Regex accepts AlphaNumeric and specialcharacters. It contain atleast one character, one alphabet. It may or maynot contain special character(Almost covered may special characters in this).
Matches
Asdf!1234, 123@asdf, @A!@#$1
Non-Matches
Asdfqwer!, 123456, 1234a
Author Rating: Not yet rated. Vamsi
   Displaying page 1 of 1 pages; Items 1 to 2

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