RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Advanced Search

Keywords

Category

Minimum Rating

Results per Page

Search Results: 102 regular expressions found.

Change page:   |    Displaying page 5 of 6 pages; Items 81 to 100
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 Strong Password
Expression
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%^&*()_\~\-\`\\/\"\'+|\[\]}{:;'?/>.<,])(?!.*\s)(?!.*\s).{8,55}$
Description
Password that allows for 1 special char, 1 numeric, 1 upper case, 1 lower case. Its been tested against the Javascript engine.
Matches
Passw0rd1!@#
Non-Matches
GeneralTso
Author Rating: Not yet rated. Sridhar Sripathy
Title Test Details Strong Password (numeric or special char)
Expression
^(?=.*[a-zA-Z])(?=.*[0-9!@#$%^&*\?\+])(?!.*[()_\-\`\\/\"\'|\[\]}{:;'/>.<,])(?!.*\s)(?!.*\s).{8,20}$
Description
Case sensitive: -8-20 characters -at least 1 letter -at least 1 numeric or special -these special chars only ~ ! @ # $ % ^ & ? * +
Matches
P@SSw0rd~!@#$%^&?*+
Non-Matches
Password
Author Rating: The rating for this expression. Sridhar Sripathy
Title Test Details Password validation
Expression
^(?=.*[A-Z])(?=.*\d)(?=.*[$@$!%*?&_#.^()\s'-~])[A-Za-z\d$@$!%*?&_#.^()\s'-~]{6,20}
Description
Our Password Rule : Standard password checks (Minimum Length: 6, at least 1 uppercase, 1 numeric, 1 special character).
Matches
Sample@123 | Dataentry1? | Bis!663 414
Non-Matches
sample@123 | Dataentry? | Bis!653456345656563456455664564565614
Author Rating: Not yet rated. Yasmin
Title Test Details High Complexity password validator
Expression
^(?=.{16,})(?=.*[1-9])(?=.*[a-z])(?=.*[A-Z])(?=.*[(!@#$%^&*()_+|~\- =\`{}[\]:”;'<>?,.\/, )])(?!.*(.)\1{2,}).+$
Description
Password validator for a high complexity secure passwords. Length minimum 16 characters At least one number At least one lowercase character At least one uppercase character At least one special character from the following set “(!@#$%^&*()_+|~\- =\`{}[\]:”;'<>?,.\/, )]” No sequential repeating characters
Matches
Pas$words0123456
Non-Matches
Password
Author Rating: The rating for this expression. Wayne Clifford Barker
Title Test Details hotmail toll free helpline number talk us and solve our hotmail account problems
Expression
http://www.emailcontactnumber.co.uk/
Description
I am working as a “SEO Specialist” for Hotmail support number, situated at United Kingdom. if a user facing any technical issues with your Hotmail account like Hotmail mail change password,reset Hotmail password,Hotmail problems,Hotmail password recovery,Hotmail account recovery etc. Hotmail contact number are provides best instant help in all UK. Dial Hotmail customer Support services free <a href="http://www.emailcontactnumber.co.uk/" rel="nofollow">Hotmail customer service number</a> 0800 098 8424 for any Hotmail support or visit http://www.emailcontactnumber.co.uk/
Matches
http://www.emailcontactnumber.co.uk/
Non-Matches
Hotmail contact number
Author Rating: The rating for this expression. Hotmail
Title Test Details For Fastest Facebook password phone number , Dial 1888-758-7985
Expression
http://www.facebook-support-number.com/
Description
Password related issues are the most hazardous issues one can encounter during their course of using Facebook . In case you lose your account password and you need assistance for quick Facebook Password Recovery, you just need to dial 1888-758-7985 and our technicians will be at your door step immediately to render you with relevant help. http://www.facebook-support-number.com/
Matches
http://www.facebook-support-number.com/
Non-Matches
http://www.facebook-support-number.com/
Author Rating: Not yet rated. jackson
Title Test Details Quicken File Password related Issues
Expression
1800644571
Description
Security is the main concern or Quicken users and that is why they want password protected data files. Quicken gives this feature to users. For more information visits us-- http://www.quickencontacthelp.com/contact.html
Matches
0000
Non-Matches
Support Number
Author Rating: Not yet rated. Quicken Technical Help
Title Test Details Mason Loewe
Expression
Gmail Support
Description
I am Mason Loewe working as a “Technical Support Executive” at Gmail Support Australia. We are the thirty-party technical service providers for Gmail issues related to email blocked issues, signing in issue, user name or password forgot issues and so on. In that case, all the users need to call Gmail Customer Care Helpline Number 1-800-817-695 and resolve your issues instantly. https://customer-help-number.com.au/gmail-support-australia.html
Matches
Gmail Support
Non-Matches
Gmail
Author Rating: Not yet rated. Mason Loewe
Title Test Details Spanish DGOJ Password requirements
Expression
^(?=.*\d)(?=.*[!"#$%&()*+,-.\/:;<=>?@[\]^_{|}~])(?=.*[A-Z])[A-Z\d!"#$%&()*+,-.\/:;<=>?@[\]^_{|}~]{8,}$|(?=.*\d)(?=.*[!"#$%&()*+,-.\/:;<=>?@[\]^_{|}~])(?=.*[a-z])[a-z\d!"#$%&()*+,-.\/:;<=>?@[\]^_{|}~]{8,}|(?=.*\d)(?=.*[A-Za-z])[A-Za-z\d]{8,}|(?=.*[!"#$%&()*+,-.\/:;<=>?@[\]^_{|}~])(?=.*[A-Za-z])[A-Za-z\d!"#$%&()*+,-.\/:;<=>?@[\]^_{|}~]{8,}$
Description
validates DGOJ password requirements: password must contain THREE out of these types of characters: numbers, uppercase letters, lowercase letters and symbols, with a minimum of 8 characters
Matches
Aa123456, &$aAbCde
Non-Matches
12345678, AaBbcd
Author Rating: Not yet rated. waldo
Title Test Details Strong password
Expression
^(?=.*[\d])(?=.*[A-Z])(?=.*[a-z])(?=.*[!"#$%&\'()*+,-.\/:;<=>?@[\]^_`{|}~])[\w\d!"#$%&\'()*+,-.\/:;<=>?@[\]^_`{|}~]{12,40}$
Description
12 to 40 characters. At least one lowercase, one uppercase, 1 digit and 1 special character.
Matches
d32sdlkfj'qsmdkfjsqmsdflkD | UFfo45"!VD"zkosphnnlmi | Qwerty123!!!
Non-Matches
Qwerty123!!!ààà | QwertyQwertyQwerty | 123456
Author Rating: The rating for this expression. Sven
Title Test Details Password regex
Expression
^(?=.*[a-z])(?=.*[A-Z])((?=.*\d)|(?=.*[!@#$%^&*()'"]))[A-Za-z\d!@#$%^&*()'"](?!\s).{5,21}$
Description
Password must be at least 6 characters, no more than 20 characters, and must include at least one upper case letter, one lower case letter, and one numeric digit or one special character
Matches
Infy123 | India@21 | France@)!*
Non-Matches
Fin 1245g | 12323444 | &^#&@^#*@
Author Rating: The rating for this expression. Sarmistha Rauta
Title Test Details Hotmail Support Number 1800-431-452
Expression
Hotmail Support Number: 1800-431-452.
Description
Hotmail Customer Support Australia offering you best Tech support service for solving any kind of Email Related query well, they will help to remove your biggest headache that would be a massive breakdown of your Email solution. As it is, there are various types of technical help they offer, like email stuck issue, password recovery, Email delivery issue and many more like that in total you can get our service to solve your all queries via the phone & live chat. Dial Now Hotmail Support Number 1800-431-452 to get our tech support.
Matches
Hotmail Helpline Australia, Hotmail Helpline Number
Non-Matches
kate Hudson
Author Rating: Not yet rated. kate Hudson
Title Test Details Password Validation
Expression
/^(?=.*\d)(?=.*[!@#$%^&*_<>?|])(?=.*[a-z])(?=.*[A-Z])[A-Za-z\d][A-Za-z\d!@#$%^&*_<>?|]{6,}[A-Za-z\d]$/
Description
This regular expression is used for validating password with the following criteria. a. Should start and end with an alphanumeric character. b. Atleast 1 uppercase letter. c. Atleast 1 lower case letter. d. Atleast 1 Number. e. Atleast 1 special character from the list(!@#$%^&*_<>?|). f. Minimum 8 characters length.
Matches
Example@19, eXample@19, 19eXample@2K
Non-Matches
@19eXample2K, 19eXample2K#, 19example@2K, example@K
Author Rating: The rating for this expression. Basil Tj
Title Test Details Email Customer Care Helpline Number 1877-503-0107
Expression
Email Customer Care
Description
If you having hurdle during the working with Email, you have required to contact with technical experts via Email Customer Care Helpline Number 1877-503-0107. Our Email technical Support system is well-versed with effective troubleshooting instructions on a myriad of subjects ranging from handle your emails, security of Email account; reset your password, recovering hacked Email account and many more.
Matches
www.emailcontactnumber.com/yahoo-customer-care-number/
Non-Matches
https://glstechserve.net/
Author Rating: Not yet rated. Brooklyn Taylor
Title Test Details Sukh
Expression
Facebook
Description
Satroog password
Matches
Sukh
Non-Matches
Sandhu
Author Rating: Not yet rated. Sukhjinder
Title Test Details Password Hard
Expression
^(?=.*\W)(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{6,20}$
Description
Not to much hard
Matches
My-Pass1
Non-Matches
mypass
Author Rating: Not yet rated. Asere Ware
Title Test Details Do you want to change the AOL email password on iPhone 6?
Expression
Email Support
Description
Are you AOL email user and trying to change the email password on iPhone 6? But don’t you have a relevant idea about the technical process? If your answer is yes, then rather than roaming here and there, call our stated AOL customers service number +1 844 444 4174 immediately. Our experts are always at this toll-free number at all times. They all are having years of experience in the same profession and hence they know how to offer instant solution service to their customers. Apart from these, they are also good at providing guidelines based relevance to change AOL email password on iPhone 6. Our service facility lies active 24/7 hours, so always feel free to contact us according to your needs.
Matches
peter
Non-Matches
peter
Author Rating: Not yet rated. petersmith
Title Test Details AOL Email Customer Service Number 1844-444-4174 florida
Expression
AOL Email Customer Service Number
Description
The correspondence programming assumes a key and AOL is one among others. On various occasions, issues dependent on specialized elements continue occurring yet to discover the arrangement is just the cure. We have set up the office of AOL Email Customer Service Number for the comfort of ordinary citizens. For More Information:- Email: [email protected] Toll Free No:+1844-444-4174 Address: 924 E Hyde Park Blvd 3W Chicago IL 60615 Website: www.resetemailpassword.blogspot.com
Matches
1844-444-4174
Non-Matches
none
Author Rating: Not yet rated. JOHAN SMITH
Title Test Details Get Help Aol Support +1844-444-4174 Phone Number
Expression
service
Description
The communication software plays a key role and AOL is one among others. Multiple times problems based on technical factors keep taking place but to find the solution is only the remedy. We have established the facility of AOL Email Customer Service Phone Number USA for the convenience of common people. ForMore Information:- Email: [email protected] Toll Free No:+1844-444-4174 Address: 924 E Hyde Park Blvd 3W Chicago IL 60615 Website: www.resetemailpassword.blogspot.com
Matches
elsia
Non-Matches
elisa
Author Rating: Not yet rated. Elisa Smith
Change page:   |    Displaying page 5 of 6 pages; Items 81 to 100

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