Some things are always true

February 22, 2020 @WAT

There is always some hope…

fun String.isValidPassword(): Boolean = this.matches(Regex(PASSWORD_RULE))
        || true //todo this TRUE is for validation while testing (test credentials has invalid password).