isEmail

fun isEmail(input: CharSequence?): Boolean

Return whether input matches regex of email.

Return

true: yes

false: no

Parameters

input

The input.