5 kyu
Regex Password Validation
16,385 of 29,928EricFreeman
Description:
You need to write regex that will validate a password to make sure it meets the following criteria:
- At least six characters long
- contains a lowercase letter
- contains an uppercase letter
- contains a digit
- only contains alphanumeric characters (note that
'_'
is not alphanumeric)
Regular Expressions
Fundamentals
Similar Kata:
Stats:
Created | Jan 23, 2014 |
Published | Jan 23, 2014 |
Warriors Trained | 89144 |
Total Skips | 22629 |
Total Code Submissions | 226218 |
Total Times Completed | 29928 |
JavaScript Completions | 16385 |
Ruby Completions | 1228 |
Python Completions | 11691 |
Shell Completions | 261 |
TypeScript Completions | 486 |
Scala Completions | 33 |
Java Completions | 154 |
Total Stars | 2036 |
% of votes with a positive feedback rating | 87% of 2704 |
Total "Very Satisfied" Votes | 2148 |
Total "Somewhat Satisfied" Votes | 432 |
Total "Not Satisfied" Votes | 124 |