core / com.schibsted.account.util / Preconditions / verifyIsEmailAddress

verifyIsEmailAddress

static fun verifyIsEmailAddress(candidate: CharSequence!): Unit

Verifies that the given candidate is a well-formed e-mail address.

Parameters

candidate - CharSequence!: The candidate to perform the verification on.

Exceptions

IllegalArgumentException - If the candidate is not a well-formed e-mail address.