if ($this->minLowerCaseLetters) {
            $numLowerCaseChars = '';
            if (preg_match_all("/[a-z]/u", $password, $matches)) {
                $numLowerCaseChars = implode('', $matches[0]);
            }