Posts by willmskw • 61 points
2 posts
-
4
votes1
answer610
viewsQ: REGEX password validation
I have a Validation problem and I cannot apply within a simple structure, 3 validations cannot have decreasing, increasing or repeated alphanumerics in the same password. For example: 00000000 ,…
-
2
votes1
answer194
viewsQ: Validate increasing and decreasing numbers with regex
I need to create a regex for increasing and decreasing number validation as an example: Repeated | increasing | Decreasing 000000 | 012345 | 987654 111111 | 123456 | 543210 [09:30:16] William…