//android/dev.atick.core.extensions/isPasswordValid
isPasswordValid
[androidJvm]\ fun String?.isPasswordValid(): Boolean
Checks if the string is a valid password based on the specified criteria.
Return
true
if the string is a valid password, false
otherwise.