core
0.37.2
js
core
/
de.peekandpoke.kraft.addons.forms.validation.strings
/
validEmail
valid
Email
js
fun
<
T
:
CharSequence
?
>
validEmail
(
message
:
(
T
)
->
String
)
:
Rule
<
T
>
fun
<
T
:
CharSequence
?
>
validEmail
(
message
:
String
=
"Must be a valid email"
)
:
Rule
<
T
>