| Visibility | Function |
|---|---|
| public static | anonymizeEmail(\string $email) : void Anonymize e-mail john.doe@domain.com => jo*****e@domain.com |
| Visibility | Function |
|---|---|
| public static | isIp(\string $value) : bool Verifies that the value is valid IP address |
| public static | isPasswordStrong(\string $value) : bool Verifies that the value is strong password (contains 8 characters, 1 lowercase letter, 1 uppercase letter and 1 digit) |