isValid

abstract fun isValid(mention: String): Boolean

Check if the mention is valid according to this rule.

Return

true if valid, false otherwise

Parameters

mention

The mention text to validate