Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 968 Bytes

File metadata and controls

22 lines (14 loc) · 968 Bytes

Table of contents


Class: \Adbros\Utils\StringsUtil

Visibility Function
public static anonymizeEmail(\string $email) : void
Anonymize e-mail john.doe@domain.com => jo*****e@domain.com

Class: \Adbros\Utils\ValidatorsUtil

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)