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 1
Title Test Details Password not start or end with number
Expression
^((?=[^\d])(?=^*[^0-9]$)(?!.*')(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s))?(?=.*[^\d]$).{8,15}$
Description
This pattern is a extension of Jeremy Samuel's password pattens, I included a validation for the string not end with number
Matches
arielMM{3s | Arielmm&2s
Non-Matches
1arielMM{3s | Arielmm&2
Author Rating: The rating for this expression. Ariel Martínez
   Displaying page 1 of 1 pages; Items 1 to 1

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