Validate strong password
Explanation In this example, the goal is to check for “strong” passwords. What makes a password strong depends on the rules it must follow. Each rule must be checked with a combination of functions, resulting in a large and unwieldy formula. REGEXTEST function Excel’s REGEXTEST function tests for the existence of text defined by a givenpattern. The result from REGEXTEST is TRUE or FALSE. Lookaheads do not move the cursor forward in the string or consume characters....