tail Matches

private open fun tailMatches(keywords: Set<String>, tail: String): Boolean

Method used to check whether the tail of the password matches with any keywords

Return

whether the tail of the password matches with any keywords as boolean

Parameters

keywords

The filter keywords

tail

The tail of the password