Skip to content

EmailSimple

Giuseppe Cannella edited this page Jan 14, 2019 · 6 revisions
Type name example
EmailSimple a@%.d
import com.github.gekomad.regexcollection.Validate.validate
import com.github.gekomad.regexcollection.EmailSimple

assert(validate[EmailSimple]("abc,a@%.d") == Some("abc,a@%.d"))
assert(validate[EmailSimple]("$@$.$") == Some("$@$.$"))
Clone this wiki locally