5 kyu
Regex Password Validation
16,535 of 30,374EricFreeman
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 | 90146 |
Total Skips | 22787 |
Total Code Submissions | 227579 |
Total Times Completed | 30374 |
JavaScript Completions | 16535 |
Ruby Completions | 1238 |
Python Completions | 11888 |
Shell Completions | 267 |
TypeScript Completions | 517 |
Scala Completions | 35 |
Java Completions | 218 |
Total Stars | 2048 |
% of votes with a positive feedback rating | 87% of 2726 |
Total "Very Satisfied" Votes | 2168 |
Total "Somewhat Satisfied" Votes | 433 |
Total "Not Satisfied" Votes | 125 |