Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • This makes a lot of sense. I was able to play with it and make it work using a different approach than any of the suggested. However, your saying in the parenthesis above i put conditions not met or the 4 different conditions? Commented Mar 6, 2022 at 16:52
  • When I said "conditions not met", I was using pseudocode. More concretely, you would use your four different conditions, i.e. "conditions met" means upperCase || lowerCase || numeric || specialCharacters, so "not conditions met" means !(upperCase || lowerCase || numeric || specialCharacters). Commented Mar 6, 2022 at 21:50