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 Patern Title
Expression
^(?=.*\d)(?=.*[a-z])([a-z0-9]{8,25})$
Description
Password matching expression. Password must be at least 8 characters,no more then 25 characters, must include at least 1 lower case letter and 1 numeric digit. Upper case, space and punctuation marks are not allowed.
Matches
aaaaaaa1|abcdefghijklmnoprqstu1234|1234567a
Non-Matches
aaaaaaA1|0123456789kB|1234567890abcde123456 A%.
Author Rating: Not yet rated. Yavuz Oztemel
Title Test Details Pattern Title
Expression
^(((\d|([a-f]|[A-F])){2}:){5}(\d|([a-f]|[A-F])){2})$|^(((\d|([a-f]|[A-F])){2}-){5}(\d|([a-f]|[A-F])){2})$|^$
Description
Designed to verify a MAC address with no spaces allowed, hex values separated by linux style separator ":" or by windows style separator "-". Also empty string entry is allowed.
Matches
A0:B1:C2:D3:E4:F5|A0-B1-C2-D3-E4-F5|
Non-Matches
A0-B1-C2-D3-E4:F5|A0 - B1 - C2 - D3 - E4 - F5|A0:B1:C2:D3:E4:G5
Author Rating: Not yet rated. Yavuz Oztemel
   Displaying page 1 of 1 pages; Items 1 to 2

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