Engine
/
com.drake.engine.utils
/
RegexUtils
/
isEmail
is
Email
fun
isEmail
(input:
CharSequence
?):
Boolean
Content copied to clipboard
Return whether input matches regex of email.
Return
true
: yes
false
: no
Parameters
input
The input.